Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone: There is no SDK with the name or path 'iphoneos3.0'

Tags:

xcode

iphone

A friend of mine just had to reinstall his OS (after power went down while updating) and when he installed Xcode he got this error. In the drop down that usually has device/simulator etc, it said 'missing'. I also noticed he had no developer folder on his machine as well. Anyone know why this might be?

like image 898
Codezy Avatar asked Oct 04 '09 23:10

Codezy


2 Answers

Tell me about it. Try this in XCode goto 'Project' Menu and select 'Edit Project Settings'. In the General tab, last but one item, select the drop down list 'Base SDK for all Configuration' There you can specify which SDK your project will target.

like image 86
kw4m3n4 Avatar answered Nov 13 '22 07:11

kw4m3n4


I had this problem after installing the Xcode that comes with Snow Leopard. To solve it I downloaded Xcode for iPhone. The Xcode that comes with Snow Leopard does not include the iPhone SDK.You have to be a registered iPhone developed to use it.

like image 2
Freeman Avatar answered Nov 13 '22 05:11

Freeman