Unsupported iOS SDK mismatch

hi, readers

i reinstalled Xcode 6.4 and corona sdk I’m still having issues, i don’t know how to get corona sdks to work with the new 8.4 sdk


                                                                    “Error”

The version of iOS SDK (<check console for error>) that’s installed on this computer does not match the target iOS version (8.4). 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?

build-----> iOS SDK-----> 8.4(unsupported:Local iOS SDK is <check console for error>which does not match)

Apple has made it so that you have to have match Xcode installs with the target version of iOS that you are targeting.

The last public build targets iOS 8.3 which means you need Xcode 6.3 installed. We detect this mismatch and give you that error. If you wish to have Xcode 6.4 installed, then you need to build using 2668 or later from the daily builds page.  I would consider using 2960 until we squash a bug in 2692.

Rob

Apple has made it so that you have to have match Xcode installs with the target version of iOS that you are targeting.

The last public build targets iOS 8.3 which means you need Xcode 6.3 installed. We detect this mismatch and give you that error. If you wish to have Xcode 6.4 installed, then you need to build using 2668 or later from the daily builds page.  I would consider using 2960 until we squash a bug in 2692.

Rob