UnityでiOSのビルドをしてxcodeでアーカイブするときによくでるエラー

その1

.......MapFileParser.sh: Permission denied

まんまパーミッションを変更する

chmod +x MapFileParser.sh</span>

その2

clang: error: no such file or directory: '......../Classes/Prefix.pch'
clang: error: no input files

どこか別のxcodeプロジェクトから同じファイルをコピペしてもってくる

あせることはない、コピペでいいんだぜ