Thromordyn
Thromordyn

Reputation: 1581

.../4.3.3 (8J3)/.../libXcodeDebuggerSupport.dylib (file not found)

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

Answers (3)

Thromordyn
Thromordyn

Reputation: 1581

Weird problem from old (obsolete?) software versions.

The question is now moot, no?

Upvotes: 0

MuFaSa
MuFaSa

Reputation: 11

Change your "Deployment Target" in your project preferences. Select the one matches o your device.

Upvotes: 1

schmunk
schmunk

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

Related Questions