找到 这个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
在重新打包就好了
网友评论