GLBasic forum

Main forum => GLBasic - en => Topic started by: StuC_Ovine on 2009-Aug-12

Title: Iphone OS 3.0.1
Post by: StuC_Ovine on 2009-Aug-12

Anyone got XCODE to work with the newly updated iPhone OS ?

I was all excited getting my first program to work on the iPhone to be hit with "xcode doesnt like this new OS" etc.....  basically cant use the iPhone as a development device.


/Stu
Title: Re: Iphone OS 3.0.1
Post by: StuC_Ovine on 2009-Aug-12

Alot of  googling and the apple advistory says add this (via terminal)

ln -s "/Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0 (7A341)" "/Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1"

but the organzier still says

"xcode cannot find the software image to install this version"

Im using xcode 3.1.3

I knew there was a reason I didnt use Macs :)

Title: Re: Iphone OS 3.0.1
Post by: MrTAToad on 2009-Aug-12
Are you using the latest version of XCode for iPhone development ?
Title: Re: Iphone OS 3.0.1
Post by: StuC_Ovine on 2009-Aug-12

yea.  Actually think its all sorted.   


terminaled this :-

Code (glbasic) Select


ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0\ \(7A341\) /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1



where before I had copy and pasted the apple advisory which didnt have the  \(7A341\) as part of the foldername.


Compiles now.  I still get  "xcode cannot find the software image to install this version" in the organiser but worry about that later


Title: Re: Iphone OS 3.0.1
Post by: MrTAToad on 2009-Aug-12
This sorts of deals with the issue : http://www.iphonedevsdk.com/forum/iphone-sdk-development/5722-xcode-cannot-find-software-image.html (http://www.iphonedevsdk.com/forum/iphone-sdk-development/5722-xcode-cannot-find-software-image.html)
Title: Re: Iphone OS 3.0.1
Post by: Kitty Hello on 2009-Aug-12
fine. I won't install that then :D