Xcode 11导出ipa包失败 IPA processing
2020-09-29 本文已影响0人
王家小雷
Pasted Graphic 1.png
Pasted Graphic 2.png
Pasted Graphic.png
找到 这个sdk
cd 到路径下
然后
lipo -info TangClientSDK
发现的确有 x86_64
Architectures in the fat file: TangClientSDK are: x86_64 armv7 arm64
然后删掉i386,x86_86
lipo -remove i386 TangClientSDK -o TangClientSDK
lipo -remove x86_64 TangClientSDK -o TangClientSDK
在重新打包就好了