Hello.
I’m writing a little app (it’s little so far. Also, I am very new at Corona, so be gentle, please). Works fine in simulator.
Decided to try it on the iPhone. Followed various instructions, made icons, got provisioning profile, did build, installed it on phone. So far so good.
Tried to run on phone, and I get Runtime error concerning module ‘app.myapp’ not found (and it seems to repeat this several times in the various places it looked).
Checked for the problem in various docs. Remembered that the phone is case sensitive and corrected that.
Here’s the odd thing: The message reports it can’t find “app.myapp,” but the folder is named “App” (with the uppercase A). I have checked, and all the references to anything in the App folder are using App (not app).
What gods have I offended?
-Bob in Minneapolis