Coronalua.h Not Found Error

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.

You should go to Terminal:

You need to ‘cd’ into your project’s ios folder (the one that contains the CoronaEnterprise symlink) and type something like:

ln -s /path/to/CoronaEnterprise CoronaEnterprise

Weird! It works now…
 I tried the exact same thing before and it did not work
Thanks a lot Walter! 

EDIT

Ah! I see what happened…   I just created a symlink _when I was in the desktop _and then I just moved it into the iOS folder. 
Apparently symlinks break when they are moved Duh!

You should go to Terminal:

You need to ‘cd’ into your project’s ios folder (the one that contains the CoronaEnterprise symlink) and type something like:

ln -s /path/to/CoronaEnterprise CoronaEnterprise

Weird! It works now…
 I tried the exact same thing before and it did not work
Thanks a lot Walter! 

EDIT

Ah! I see what happened…   I just created a symlink _when I was in the desktop _and then I just moved it into the iOS folder. 
Apparently symlinks break when they are moved Duh!

Walter, I still get that error. I simply duplicated a running App project, renamed. Doesn’t work, always throws that error.

Can’t I just copy and rename an existing App project?

EDIT: somehow it is working now.

Walter, I still get that error. I simply duplicated a running App project, renamed. Doesn’t work, always throws that error.

Can’t I just copy and rename an existing App project?

EDIT: somehow it is working now.