Ok I just downloaded Corona Enterprise and authorized it
Now I am trying to run a Hello World, but no luck till now.
I opened ProjectTemplates/App/ios/App.xcodeproj
The xcode project gives the error
/Users/<MY_USERNAME>/Desktop/Applications/CoronaEnterprise/ProjectTemplates/App/ios/Plugin/PluginLibrary.h:11:10: ‘CoronaLua.h’ file not found
Now I am pretty sure(correct me if I am wrong) that this error is occurring because I have installed Corona Enterprise in Desktop/Applications folder as opposed to /Applications folder. I did this because I am using MacInCloud and they prevent users from installing anything in the /Applications folder.
The enterprise readme says
Custom install directory for CoronaEnterprise
The default installation location is assumed to be: /Applications/CoronaEnterprise.
You can customize this location for your projects on a per-target platform basis:
For iOS, there is a symlink in the ios folder called CoronaEnterprise that points to /Applications/CoronaEnterprise by default. You can change this to the custom install location for CoronaEnterprise.
How do I CHANGE the symlink… Do I just create an alias of the CoronaEnterprise folder and move it there?
I tried that but it did not work.
Please help.