You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.
Hi Luke. I added the nightly MacOS build to a mac project and am having some problems linking. I think this may be a human issue (me), but I am wondering if you have any tips?
ld: warning: ignoring file /Users/i004432/Desktop/Library/osx/LRResty.framework/LRResty, missing required architecture x86_64 in file
Undefined symbols for architecture x86_64:
"OBJC_CLASS$_LRResty", referenced from:
objc-class-ref in LRRestyMacDemoAppDelegate.o
(maybe you meant: OBJC_CLASS$_LRRestyMacDemoAppDelegate)
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
kind regards,
steve
The text was updated successfully, but these errors were encountered:
Hi Luke. I added the nightly MacOS build to a mac project and am having some problems linking. I think this may be a human issue (me), but I am wondering if you have any tips?
XCode 4.1 on 10.7.2 11C57
valid architectures: i386 x86_64
linker flags: -ObjC -all_load
ld: warning: ignoring file /Users/i004432/Desktop/Library/osx/LRResty.framework/LRResty, missing required architecture x86_64 in file
Undefined symbols for architecture x86_64:
"OBJC_CLASS$_LRResty", referenced from:
objc-class-ref in LRRestyMacDemoAppDelegate.o
(maybe you meant: OBJC_CLASS$_LRRestyMacDemoAppDelegate)
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
kind regards,
steve
The text was updated successfully, but these errors were encountered: