Hello Everyone,
I am just getting started with Xcode and I have run into an issue with my application/game loading to an attached iPad. I exported the game from Construct2 as Cordova. I opened in Xcode and I get an error about Perrmission Denied. I checked several forums and their suggestions did not help so I thought I'd come to the pros.
I am using iMac(2011) with High Sierra(Also I am a new Mac user). 🙂
Any guidance would be great.
thanks,
Rich
Had assistance from another forum and found I needed to add. chmod +x to a line in xcode
Go to Build Phase tab for your project
Go to "Copy www directory" and clikck the drop down to show more info if not expanded already.
On the line with the code(mine only had one) add chmod +x in fromnt of the "$srcrooot/...."
That made my error go away. Now on to the next problem. 🙂