今天打包发布遇到这个问题,
修改了bitcode还是不行,报错就是各种第三方框架类似MBProgressHUD.framework is not consistent with the Mach-O in the main bundle. the main dundle Mach-O contains armv7(machine code)and arm64(machine code)....的情况。
5月底打包时候没有过这样的问题。没错的话这应该是6月苹果更改审核要求后才出现的。
导致这样的问题出现时因为CocoPods导入的框架bitCode不一致导致的。
解决方案
在Podf