今天把 App 提交审核时遇到这样的错误:
“ this bundle is invalid. The CodeResources file must be a symbolic link to _CodeSignature/CodeResources. Make certain that the bundle is on a locally-mounted volume[not a remote SMB volum], and be certain to use the Mac OS X finder to compress it .”
我是使用 xcodebuild 命令打包xcarchive文件来生成 ipa 文件的:
xcodebuild -exportArchive -exportFormat ipa -archivePath MyApp.xcarchive -exportPath ~/Desktop/MyApp.ipa -exportProvisioningProfile $provision 文件名
第一次提交审核就遇到这样的错误,完全不知道发生了什么?
请问各位大大,正确的打包方式是怎样的?