Hi all,
I am new iphone development, i just downloaded a project from web and i got following error
There is no sdk with specified name or path “unknown path”.
Here is the solution:
- Select the main project file in xcode (main sheet which is the name of your project under the groups and files column to the left of your project)
- Then select the blue circled “I” next to build and go
- Go to the build panel and under the archetectures section go to the base sdk category and select iphone simulator #.# hit cmd + s and close that then choose that as your build and go method and build and go.
Enjoy….
[...] Original post by Naresh Bojja [...]
Pingback by There is no sdk with specified name or path “unknown path” — April 22, 2009 @ 5:01 am |
Naresh
I had the same problem, with project
http://blog.jayway.com/2009/03/22/uitoolbars-in-iphone-os-2x/
when I tried to build it under SDK 2.2.1 – it seems that it was created under the 3.0 beta.
Following your steps 1 and 2 above, I found a slightly simpler fix :
3. In the General tab, open the dropdown list for the entry “Select Base SDK for all applications” and selct a SDK that you have installed on your Mac
(in my case, Device – iPhone OS 2.2.1)
Thank you for the hint
Rudif
Comment by Rudif — April 23, 2009 @ 1:08 pm |
Comment by Naresh Bojja — May 19, 2009 @ 11:05 am |
Hi Naresh,
I am following your posts. Could you plese help me with instructions/steps or any pointers for developing iphone apps on Windows machines? I do not have a mac or iphone, but wanted to check if there are simulators and IDE’s that’d help me develop iphone apps, on Windows platforms.
Comment by VC — December 24, 2009 @ 10:30 am |
Thanks! =)
Comment by Diego — January 17, 2010 @ 11:01 am |
for each type of build I get tons of errors , simulator 3.x , base sdk, iPhone 3.x etc
Comment by Will — November 13, 2011 @ 6:00 am |