lukeredpath / LRResty

Yet another Objective-C REST client library, inspired by Ruby's restclient gem.
http://projects.lukeredpath.co.uk/resty/
461 stars 56 forks source link

linking issue with lastest MacOS LRResty build #16

Open ghost opened 13 years ago

ghost commented 13 years ago

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: "_OBJCCLASS$_LRResty", referenced from: objc-class-ref in LRRestyMacDemoAppDelegate.o (maybe you meant: _OBJCCLASS$_LRRestyMacDemoAppDelegate) ld: symbol(s) not found for architecture x86_64 collect2: ld returned 1 exit status

kind regards,

steve

krasnoukhov commented 12 years ago

Maybe you have to do something like that.