iOS 求大神,不知道什么情况

图片说明
ld: in /Users/**/Desktop/Test123/Test123/**.a(__.SYMDEF SORTED), archive member '__.SYMDEF SORTED' with length 13736 is not mach-o or llvm bitcode for architecture armv7

clang: error: linker command failed with exit code 1 (use -v to see invocation)

pod install 之前没问题,之后就报错。bit是NO;求大神

你的编译选项是不是设置正确CPU架构了
检查一下工程配置

把bitcode关了试一下