Can you build and deploy any of the sample apps? If they work fine then it’s a problem somewhere within your app.
If you can build other apps then I would try to troubleshoot the following:
-
Reboot the machine - sounds daft but best to eliminate everything
-
Double check all module file names and make sure they match my code “require” statements. Corona simulator is not case sensitive but compiled code is.
-
Do the same case checking as above for any imported graphics or audio (best policy is to only use lower case file names only for imported resources)
-
Identify any lua module or directory names that could possibly conflict with the system. Things like; Resouces, System, Connect, Library, Build etc… Change these file/directory names one by one
If you can’t build the sample apps then it could be a certificate/keychain problem - and I am guessing here.
You could try:
- Delete certificates on your mac and download the certificates from Apple again
- Create a new profile in iOS dev center and try that
I wish I could help you more because I know how infuriating these build road blocks are as it could be ANYTHING.
It’s happened to me more than once and I’ve only been able to sort this stuff out with trial and error. [import]uid: 11393 topic_id: 4575 reply_id: 14728[/import]