I am new here and just installed Corona.
After running the simulator with some of the sample code, I attempted to build to a physical iPhone device. iPhone 5s (8.4.1)
I keep getting this error:
"UNSUPPORTED iOS SDK Mismatch
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?
[No] [Yes]"
When I choose Yes, there is a pulldown that says:
8.3 (install or xcode-select Xcode 6.3 to enable)
I installed Xcode 6.3 from my developer account and switched in the console:
sudo xcode-select -switch /Applications/Xcode\ 2.app/Contents/Developer
I still get the same error, it didn’t seem to help.
I’m on an iMac running Yosemite 10.10.3
Any advice would be much appreciated.