Skip to content

Instantly share code, notes, and snippets.

@MartinStebler
MartinStebler / gist:1574943
Created January 7, 2012 14:52
ASIHTTPRequest Error
Ld /Users/mstebler/Library/Developer/Xcode/DerivedData/HelloWorld-czyixfszfhbscsgjrwnahmfpznsa/Build/Products/Debug-iphonesimulator/HelloWorld.app/HelloWorld normal i386
cd "/Users/mstebler/Documents/Coding Webspaces/XCode/HelloWorld"
setenv MACOSX_DEPLOYMENT_TARGET 10.6
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang -arch i386 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk -L/Users/mstebler/Library/Developer/Xcode/DerivedData/HelloWorld-czyixfszfhbscsgjrwnahmfpznsa/Build/Products/Debug-iphonesimulator -F/Users/mstebler/Library/Developer/Xcode/DerivedData/HelloWorld-czyixfszfhbscsgjrwnahmfpznsa/Build/Products/Debug-iphonesimulator -filelist /Users/mstebler/Library/Developer/Xcode/DerivedData/HelloWorld-czyixfszfhbscsgjrwnahmfpznsa/Build/Intermediates/HelloWorld.build/Debug-iphonesimulator/HelloWorld.
@MartinStebler
MartinStebler / gist:1574938
Created January 7, 2012 14:52
ASIHTTPRequest Error
Undefined symbols for architecture i386:
"_objc_assign_ivar", referenced from:
-[ViewController setTextField:] in ViewController.o
-[ViewController setLabel:] in ViewController.o
-[ASIAuthenticationDialog presentingController] in ASIAuthenticationDialog.o
-[ASIDownloadCache setStoragePath:] in ASIDownloadCache.o
-[ASIHTTPRequest releaseBlocksOnMainThread] in ASIHTTPRequest.o
-[ASIHTTPRequest setRequestMethod:] in ASIHTTPRequest.o
-[ASIHTTPRequest setURL:] in ASIHTTPRequest.o