Symbol not found: _objc_storeStrong when debugging iOS < 5
132 views
Skip to first unread message
Victor Ponce
unread,
Dec 28, 2011, 4:49:11 PM12/28/11
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 CocoaLumberjack
I'm using tag 1.3.2 with xcode 4.2 and SDK 5. All iOS versions work
fine if I don't have the Lumberjack lib in it. If I do have the
Lumberjack lib in it I can only debug iOS 5. I am not using ARC, so I
set the -fobjc_arc flag on all of the DDXXX files in the Build
Settings. This is the exact error message I get:
dyld: lazy symbol binding failed: Symbol not found: _objc_storeStrong
Referenced from: /Users/vp/Library/Application Support/iPhone
Simulator/4.3/Applications/A3885ADF-9756-4481-98C9-64912A322FE0/
TestApp.app/TestApp
Expected in: /Developer/Platforms/iPhoneSimulator.platform/Developer/
SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/
Foundation.framework/Foundation
dyld: Symbol not found: _objc_storeStrong
Referenced from: /Users/vp/Library/Application Support/iPhone
Simulator/4.3/Applications/A3885ADF-9756-4481-98C9-64912A322FE0/
TestApp.app/TestApp
Expected in: /Developer/Platforms/iPhoneSimulator.platform/Developer/
SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/
Foundation.framework/Foundation
I get the same error for each iOS version I try, down to 4.2.