Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

error: There is no SDK with the name or path 'iphoneos'

Tags:

iphone

ios4

While I am trying to launch (EPT)iPhone application on my apple machine whose version is. But I am getting the error "error: There is no SDK with the name or path 'iphoneos'", though I have selected version from project->edit active targets. Could any body please help me in this as I have struck in this for the last 4 days.I have XCode installed in my system.

like image 515
Bhairav Avatar asked Jan 17 '11 05:01

Bhairav


1 Answers

I had the same problem and found this answer: XCODE Base SDK Missing

This fixed the problem for me.

As well as the Deployment Target, you need to set the Base SDK.

Go to the Project menu, then Edit Project Settings. Select the Build tab, and near the top, there is a Base SDK setting.

Sometimes, you also need to clean all targets, and restart Xcode for it to work properly.

like image 127
Christian Payne Avatar answered Sep 29 '22 02:09

Christian Payne