Migrate Pro app to Enterprise App

Hi, I had an app developed using Corona Pro, but now I had upgrade to Enterprise, and want to migrate my app to Enterprise folder.

I went through the tutorial, able to get the WiFi & Flashlight tutorial running, and roughly understand the concept of it. I am guessing, that all the app source code should be located in project_name/Corona folder, so both Android & iOS can access the same file.

What I tried:

  1. In xcode, i right clicked the Corona folder, and select “Add File to <project_name>”, the file shown up there, with the name appear in red, which is not usable.

I miss anything?

If you followed the Flashlight Tutorial, you should have made a copy of the App project.  In side that folder is a folder called “Corona”.  You can put your Corona SDK parts in that folder.  You don’t need to worry about bringing them into Xcode.  You can edit main.lua in Xcode and you can add your other *.lua files  and should be able to edit them.  Xcode’s display looks like a folder, but its not, its just a container of links to existing files.  It’s red in your code because the file itself doesn’t exist (I think).

I find its best to just put the files in the Corona folder and edit them as you normally would.  The Xcode project should be setup to copy everything when it builds.

Rob

If you followed the Flashlight Tutorial, you should have made a copy of the App project.  In side that folder is a folder called “Corona”.  You can put your Corona SDK parts in that folder.  You don’t need to worry about bringing them into Xcode.  You can edit main.lua in Xcode and you can add your other *.lua files  and should be able to edit them.  Xcode’s display looks like a folder, but its not, its just a container of links to existing files.  It’s red in your code because the file itself doesn’t exist (I think).

I find its best to just put the files in the Corona folder and edit them as you normally would.  The Xcode project should be setup to copy everything when it builds.

Rob