Heya,
I recently updated my ipad to ios 5. Why do I have to updated XCode to make this work? It now tells me that I don’t have any valid provisioning profiles and when I look in the XCode Organizer, it tells me that I don’t have any SDK’s that support this device.
Question - I thought that if I use a 4.3 iOS SDK that I would still be okay. If I update my XCode and then build and release an update on the AppStore, will this cause all my customers to have to upgrade to 5.0? Is there a standard setup for ios apps? Should I always use the latest SDK in the unity build settings?
Gigiwoo.
thats because the iOS4 SDK can’t connect to iOS5 for debugging and deployment. if you want to develop with such a device as test device, you need to have the iOS5 sdk or your only option is to build, drag into itunes and sync to device.
And no if you build with the iOS5 SDK, there are still the same 2 settings, Base SDK and Deployment Target and they still apply as they did in the past.
and yes in Unity, choose latest. Not cause it will force the latest but cause it will just use what you have as long as the iOS SDK is 4.2 or higher, you never have to worry about hte version again.
Thanks dreamora. Good stuff.