Sekhar Bhetalam
Sekhar Bhetalam

Reputation: 4535

Compatability issues with Mac OS X 10.6 application

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

Answers (2)

Ashish
Ashish

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

Chetan
Chetan

Reputation: 47981

Change the Base SDK to the 10.6 SDK.

Upvotes: 1

Related Questions