My IOS version of my game is majorly out of date cause I haven’t been able to do builds since the last Unity 5.6 update. The one early this October.
Anyone know whats cuasing this issue?
/Users/Shadowing/Library/Developer/Xcode/DerivedData/Unity-iPhone-evqhhwzeqfbubwafvluzcapapgbe/Build/Intermediates/ArchiveIntermediates/Unity-iPhone/IntermediateBuildFilesPath/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Script-033966F41B18B03000ECD701.sh: line 2: /Users/Shadowing/Documents/IOS/MapFileParser.sh: Permission denied
A Google search brought up the following:
chmod +x /path/to/MapFileParser
I just installed Unity 4.6.8p1 on PC, made a build, copied the build folder to my Mac, and when I build it I get
Shell Script Invocation Error…MapFileParser.sh: Permission denied
It seems the file isn’t being set as executable, when I do a chmod +x on it, the build works.
Oh hmm nothing came up when I googled it. what the heck lol. You must be a Google Master
I got it fixed though by just upgrading unity to the newest patch for 5.6.
so all is good.
Thanks a bunch for replying @JeffDUnity3D