Recently trying to use the Unity3d, after all, unity can be very good to compile iOS code, only with our normal packaging is good.
Here's a question to share.
At the end of the archive, three errors were reported, similar to
/users/sciyonsoft/library/developer/xcode/deriveddata/unity-iphone-ghjhxtadvpljitbubdnbjvnxumck/build/ Intermediates/unity-iphone.build/release-iphoneos/unity-iphone.build/script-033966f41b18b03000ecd701.sh:line 2: /**** file Address ****/"error file name". Sh:permission denied
Baidu a lot, and did not arrive at the idea, finally saw on the StackOverflow similar, attached address: https://stackoverflow.com/questions/20200720/ Cordova-xcode-build-failed-permission-denied
Encountered this problem, need to use to the terminal, CD to the "Error file name". sh file directory, namely: CD/**** file address ****/"error file name". SH Upper Level
Then enter CHOMD +x "error file name". sh or sudo chomd +x "error file name". sh
This will solve the problem.
iOS compiling Unity3d file error Permission denied