iOS 7.1 Simulator Not Available?

I am having a weird situation that just started.  When I attempt to launch into XCode from inside the Corona SDK, I get an error dialog that says “The iOS 7.1 simulator runtime is not available.”  My Google-Fu might be weak, but I haven’t been able to find a solution to this issue.  Any ideas or help?

Thanks!

Are you running Xcode 7.1?

What build of Corona SDK are you using?

Did you choose iOS 9.1 as the SDK to build against?

It was 7.0.1.  I updated to Xcode 7.1 today, and I get warnings that the iOS version is a mismatch (looking for 9.0 it looks like?)

Just tried running it again, and it failed with the same error message.

What version of Corona SDK are you using?

This is the version in About:

Version 2015.2731 (2015.10.5)

That build only knows about 9.0. Move to a later daily build.

Rob

Apple requires building iOS and tvOS projects with a version of Xcode that matches the iOS and tvOS build version. This means if you upgrade Xcode or upgrade Corona SDK, you need to make sure everything matches or Corona SDK won’t allow you to build. We found build issues in the past when we didn’t enforce Apple’s requirements so now we are following their rules.

Got it - OK.  That makes sense.  I will look at getting a daily build here.  Thanks!

Are you running Xcode 7.1?

What build of Corona SDK are you using?

Did you choose iOS 9.1 as the SDK to build against?

It was 7.0.1.  I updated to Xcode 7.1 today, and I get warnings that the iOS version is a mismatch (looking for 9.0 it looks like?)

Just tried running it again, and it failed with the same error message.

What version of Corona SDK are you using?

This is the version in About:

Version 2015.2731 (2015.10.5)

That build only knows about 9.0. Move to a later daily build.

Rob

Apple requires building iOS and tvOS projects with a version of Xcode that matches the iOS and tvOS build version. This means if you upgrade Xcode or upgrade Corona SDK, you need to make sure everything matches or Corona SDK won’t allow you to build. We found build issues in the past when we didn’t enforce Apple’s requirements so now we are following their rules.

Got it - OK.  That makes sense.  I will look at getting a daily build here.  Thanks!