Build problem - stumped!

I get the following message when I try to do a build:

The version of iOS SDK (8.4) that’s installed on this computer does not match the target iOS version (8.3). You may encounter issues building or incompatibilities at runtime.

You should consider updating your version of Xcode or using xcode-select to enable a compatible version.

Do you want to proceed with a build?

My iOS is 8.4 and my xcode is 6.4 and I just reinstalled Corona.

I’m not sure what it means about ‘target iOS version (8.3)’.

Anybody got any suggestions! Because I’m totally stumped.

Sometime since the last public build and today, we’ve updated Corona SDK to work with iOS 8.4.  Apple has started requiring you to use matched software.  If you have Xcode 6.3, you can build for iOS 8.3. If you have Xcode 6.4, you have to build for iOS 8.4.  You have two choices. Roll back Xcode to 6.3 or update your Corona SDK to a later “Daily build” (any in the past week are so are pretty stable) and it will build for iOS 8.4.

Rob

I have updated with the latest daily build 2692 which as you said fixes the above problem, but…

…the builder seems to be ‘fixating’ on building from a main.lua that is old. (It had a compiler bug) I went and renamed it (now called main-old-old.lua!) and even moved it out of the folder…and yet, whenever I try to do a build with my current ‘main’, it’s complaining about a compile bug in main-old-old.lua!

Any thoughts?

Big thanks for your time/support :slight_smile:

That sounds like your old file is still in the folder with your real main.lua.  Building compiles all .lua files in the project even if they are not being used.

Rob

Sometime since the last public build and today, we’ve updated Corona SDK to work with iOS 8.4.  Apple has started requiring you to use matched software.  If you have Xcode 6.3, you can build for iOS 8.3. If you have Xcode 6.4, you have to build for iOS 8.4.  You have two choices. Roll back Xcode to 6.3 or update your Corona SDK to a later “Daily build” (any in the past week are so are pretty stable) and it will build for iOS 8.4.

Rob

I have updated with the latest daily build 2692 which as you said fixes the above problem, but…

…the builder seems to be ‘fixating’ on building from a main.lua that is old. (It had a compiler bug) I went and renamed it (now called main-old-old.lua!) and even moved it out of the folder…and yet, whenever I try to do a build with my current ‘main’, it’s complaining about a compile bug in main-old-old.lua!

Any thoughts?

Big thanks for your time/support :slight_smile:

That sounds like your old file is still in the folder with your real main.lua.  Building compiles all .lua files in the project even if they are not being used.

Rob