Anyone upgraded to iPhone OS 3.1.3?

Hi,

Has anyone upgraded to iPhone OS 3.1.3 and does it work with Corona? Do I need to download a new version of the iPhone SDK?

The main reason I ask is this comment on Apple’s developer website:

“If you have updated your device to iPhone OS 3.1.3 with iTunes, you must install iPhone SDK 3.1.3 in order to continue with your development.”

Thanks for any information,

Gary [import]uid: 4415 topic_id: 520 reply_id: 300520[/import]

Corona uses the iPhone SDK for signing your app, and packaging. So you don’t need to upgrade to iPhone 3.1.1 sdk.

Carlos [import]uid: 24 topic_id: 520 reply_id: 1018[/import]

OK, so I upgraded my iPod and it looks like I DO NEED to upgrade the SDK… Now when I use Xcode’s organizer to upload apps onto my iPod it says:

The version of iPhone OS on “Gary Sims’s iPod” does not match any of the versions of iPhone OS supported for development with this copy of Xcode. Please restore the device to a version of the OS listed below. If necessary, the latest version of Xcode is available here.

And I can’t drag the apps over… So I have started downloading the 3.1.3 SDK with Xcode 3.2.1.

Gary
[import]uid: 4415 topic_id: 520 reply_id: 1023[/import]

The original poster probably solved his problem, but just in case someone else has an issue with xcode, here’s what I did.

After upgrading my device to 3.1.3, I couldn’t get any version of the SDK to work with my device. The latest 3.2 didn’t work, and 3.1.2 didn’t work. After searching for a long time, I found that there was a similar issue with an earlier version of the dev kits.

The fix is simple:

First, bring up xcode and find exactly what version is loaded on your device. For me it was “3.1.3 (7E18)”

Bring up a terminal window and type:
cd /Developer/Platforms/iPhoneOS.platform/DeviceSupport
ln -s “3.1.2 (7D11)” “3.1.3 (7E18)”

If you have a supported version of the platform later than 3.1.2 (7D11), you probably want to use that.

Restart xcode, and all should be well.

Sean. [import]uid: 4993 topic_id: 520 reply_id: 1109[/import]