Reputation: 1581
I've seen this warning before, and I don't remember how I fixed it...
warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.3.3 (8J3)/Symbols/Developer/usr/lib/libXcodeDebuggerSupport.dylib (file not found).
Following that path, I find that...
/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.3.3 (8J3)/Symbols/Developer/
...doesn't exist.
.../Symbols/
only has /System/
and /usr/
Upvotes: 1
Views: 1272
Reputation: 1581
Weird problem from old (obsolete?) software versions.
The question is now moot, no?
Upvotes: 0
Reputation: 11
Change your "Deployment Target" in your project preferences. Select the one matches o your device.
Upvotes: 1
Reputation: 4708
Simple solution, but I had the same error, after restarting my iPad it was gone.
related: http://www.cocos2d-iphone.org/forum/topic/17730
Upvotes: 0