any known issues with Corona SDK and iOS 6?

I know that IOS 6 is in beta, but we are planning on releasing a game in the early fall, so we want to make sure we fully support iOS 6 while its still in beta.

Does anyone know of any pitfalls associated with iOS 6 and Corona at this time? [import]uid: 122310 topic_id: 29906 reply_id: 329906[/import]

There was definitely a lot of “Corona does not work with iOS6!” reports back with the first beta, to the point that Corona put out a warning on it. Sounds like they have been fixing a lot of related bugs with it lately though so it’s possible that it might work with the latest beta… [import]uid: 41884 topic_id: 29906 reply_id: 119879[/import]

I have used iOS 6 for the past couple weeks with no issues testing out a couple games/apps that I am working on.

If you can, test it out on the latest iOS6 beta, providing you have an iOS 6 device and a developer subscription with Apple of course :slight_smile: [import]uid: 62706 topic_id: 29906 reply_id: 119893[/import]

I’m using iOS6 and everything seems to be fine right now.

Maps did not work for the first 3 beta’s but with beta 4 they suddenly started working with no problems. (fingers crossed) [import]uid: 8697 topic_id: 29906 reply_id: 119895[/import]

thanks for the feedback…I wanted to see what experiences the community had before taking the leap and forever moving a phone to iOS 6. Glad to hear it will go mostly well :slight_smile: [import]uid: 122310 topic_id: 29906 reply_id: 119901[/import]

I have been trying to Xcode 4.5 DP4. But I am getting the following error with the latest Corona build 881.

The iOS SDK located at is missing the following component(s):
copypng
Please (re)install the iOS SDK.
[import]uid: 19297 topic_id: 29906 reply_id: 119936[/import]

@ckausik - A reboot normally fixes this error for me. [import]uid: 62706 topic_id: 29906 reply_id: 119974[/import]

ckausik: Strange. 881 was supposed to fix that exact copypng problem. Please make sure xcode-select is pointing to the correct location:
xcode-select -print-path

And to change, use:
sudo xcode-select -switch /path/to/Xcode45dp4.app

[import]uid: 7563 topic_id: 29906 reply_id: 120033[/import]

It looks like the change log for 881 is a little messed up. Not all the changes actually got into 881. The next build should have the fix for copypng.
[import]uid: 7563 topic_id: 29906 reply_id: 120118[/import]

There was definitely a lot of “Corona does not work with iOS6!” reports back with the first beta, to the point that Corona put out a warning on it. Sounds like they have been fixing a lot of related bugs with it lately though so it’s possible that it might work with the latest beta… [import]uid: 41884 topic_id: 29906 reply_id: 119879[/import]

I have used iOS 6 for the past couple weeks with no issues testing out a couple games/apps that I am working on.

If you can, test it out on the latest iOS6 beta, providing you have an iOS 6 device and a developer subscription with Apple of course :slight_smile: [import]uid: 62706 topic_id: 29906 reply_id: 119893[/import]

I’m using iOS6 and everything seems to be fine right now.

Maps did not work for the first 3 beta’s but with beta 4 they suddenly started working with no problems. (fingers crossed) [import]uid: 8697 topic_id: 29906 reply_id: 119895[/import]

thanks for the feedback…I wanted to see what experiences the community had before taking the leap and forever moving a phone to iOS 6. Glad to hear it will go mostly well :slight_smile: [import]uid: 122310 topic_id: 29906 reply_id: 119901[/import]

I have been trying to Xcode 4.5 DP4. But I am getting the following error with the latest Corona build 881.

The iOS SDK located at is missing the following component(s):
copypng
Please (re)install the iOS SDK.
[import]uid: 19297 topic_id: 29906 reply_id: 119936[/import]

@ckausik - A reboot normally fixes this error for me. [import]uid: 62706 topic_id: 29906 reply_id: 119974[/import]

ckausik: Strange. 881 was supposed to fix that exact copypng problem. Please make sure xcode-select is pointing to the correct location:
xcode-select -print-path

And to change, use:
sudo xcode-select -switch /path/to/Xcode45dp4.app

[import]uid: 7563 topic_id: 29906 reply_id: 120033[/import]

It looks like the change log for 881 is a little messed up. Not all the changes actually got into 881. The next build should have the fix for copypng.
[import]uid: 7563 topic_id: 29906 reply_id: 120118[/import]