Bought CS3 and exported as explained but once I get into Xcode and I add my Developer info I get an access denied issue.
I know this is probably an Xcode issue but I feel the support from CS3 that says it will work with Xcode there should be provided instructions from start to test in Xcode. 2 hours in and I am still stuck - posted on Xcode forums but worry they'll come back and say it is something with Cordova/Construct2.
Error get - Hopefully someone has seen this before and it is something simple . :)
How did you copy the Xcode folder into your Mac?
For what I know is the Mac that makes all kind of problems with the permissions nothing to do with Cordova or c3.
If you copied the file from a "shared" Folder where you transfer files example from another Pc to your Mac using "shared folders" or anything like that, or maybe online backup storage etc....
To avoid that try to copy the xcode file into a USB Pen drive then plug it into your Mac then you can copy that file into your Mac it wouldn't ask you again for permissions denied
or if you can't use the USB:
Try adding this in front of the Path: hmocd +x
Located in the settings >>> "Build Phases" >>>> "Copy www directory"
in my case will be like this:
hmocd +x "$SRCROOT/ScreenTestXs/Scripts/copy-www-build-step.sh"