Hi,
I have written an app on Corona that runs very well on Corona’s simulator. However, I would like to be able to build it for iOS and test it on a device. I already went through all the certificate and profiles and all its left to do is to build the app.
I have XCode6-Beta4 installed. When I try to build the app, I get this error:
WARNING: Your SDK may be out of date b/c the following SDK directory could not be found: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk
2014-09-10 22:23:04.694 Corona Simulator[8735:507] Runtime error
-----------------------------------/.build/libtemplate/Defaults.lua:97: ERROR: Could not determine installed version of iOS SDK.
I went to check and on the path mentioned in the error I have a folder named iPhoneSimulator8.0.sdk
I tried to copy this folder and rename it to iPhoneSimulator7.0.sdk, but it didn’t work.
Any ideas on what I should do?