I just want to test the app in a real device, but it seems the SDK does not match, I only have a 10.5.8 Mac and can not upgrade to 10.6 rightnow, then I could not get the lastest SDK version 4.
Any method to do that?
I just want to test the app in a real device, but it seems the SDK does not match, I only have a 10.5.8 Mac and can not upgrade to 10.6 rightnow, then I could not get the lastest SDK version 4.
Any method to do that?
If you create a distribution version of your app (signed with a distribution provisioning profile, get-task-allow set to false in Entitlements.plist etc.) and package it in a .ipa file, then you can install it via iTunes onto your device and test it.
However, it won't be possible to install it from XCode or to debug it because XCode insists on having a matchin SDK. And that's only included with more recent versions of XCode.