在用Xcode 13.0 打包SDK时,遇到如下问题:
Showing All Errors Only
/Users/xxx/Desktop/Demo/Demo.xcodeproj The linked and embedded framework 'xxx.framework' is missing one or more architectures required by this target: armv7.
在Xcode13.0 User-Defined 下新增
VALID_ARCHS = "arm64 armv7 x86_64"
打包出来的sdk依然没有armv7架构。
更新Xcode13.1后,重新设置了
VALID_ARCHS = "arm64 armv7 x86_64"
SDK中 armv7架构 有了