I have a normal work game, when i build it just with Corona pro.
Now i need to use some native methods, but first I tryed just to make a build without new methods, just using Corona enterprise libs and xCode.
I take App folder from enterprise, with ios and Corona folder inside, put my code to Corona folder, open App/ios folder, open App.xcodeproj, put on “App” name on right slider, and rename it to plzDrgns (name of my game - bundle id), after exit xCode and reopen file plzDrgns.xcodeproj and completly chage bundle id to xom.lynxar.plzDrgns.
Next my step is pushing “Run” on 4 retina iPad or other, after compiling on iPad emulator open preload background of my game for 1-2 sec, and after only black screen.
Usually if you get a black screen that means there is an error in your Lua code. Without knowing more about what your Lua code is looking for, its pretty common for people to try and include libraries like our plugins that come with SDK builds, but have to be included in your Enterprise build. If you’re using any plugin’s this is a place I would look.
Xcode should provide a console log window where error messages from the Xcode simulator along with any build errors would show up. You really should look here and see what issues are showing up.
lex2029 - it looks like you are trying to build in the plugins like Corona SDK developers do (by calling in build.settings to have it built in by the server). However, with Corona Enterprise you are building locally, so that doesn’t work.
So you need to download the plugin files from our daily builds page. Go to the Enterprise tab here:
Usually if you get a black screen that means there is an error in your Lua code. Without knowing more about what your Lua code is looking for, its pretty common for people to try and include libraries like our plugins that come with SDK builds, but have to be included in your Enterprise build. If you’re using any plugin’s this is a place I would look.
Xcode should provide a console log window where error messages from the Xcode simulator along with any build errors would show up. You really should look here and see what issues are showing up.
lex2029 - it looks like you are trying to build in the plugins like Corona SDK developers do (by calling in build.settings to have it built in by the server). However, with Corona Enterprise you are building locally, so that doesn’t work.
So you need to download the plugin files from our daily builds page. Go to the Enterprise tab here: