You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Programming Nu
Running a Nu script using the 5.1 SDK I get this error:
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_Nu", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
It looks like this error is usually about forgetting to link a
framework into the project.
Any advice?
ksjogo
unread,
Apr 7, 2012, 6:31:11 PM4/7/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to program...@googlegroups.com
It runs fine so far in my 5.1 project. Is Nu.m part of the target?