Reputation: 4535
I tried to test the USBPrivateDataSample application downloaded from developer.apple.com. I tried to run the application but it is showing error like, "error: There is no SDK with the name or path '/Developer/SDKs/MacOSX10.4u.sdk".
I am using mac osx 10.6. And target the application to 10.6. But still I am getting the same error, I don't know where I need to change the target OSX, I have already changed the targets of MACOSX_DEPLOYMENT_TARGET = 10.6. Still I am getting the same error,
Can you guys please help me on this?
Thanks in advance, Chandra.
Upvotes: 2
Views: 1554
Reputation: 25
If you are using xcode 3.x with mac os x 10.6 then double click on target in project navigator. There will be open build setting change base sdk to 10.5
Upvotes: 0