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
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 :)
Are you using the latest version of XCode for iPhone development ?
yea. Actually think its all sorted.
terminaled this :-
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
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)
fine. I won't install that then :D