@H_502_4@
我使用
Xcode7版本并尝试过提交我的应用以供审核.提交应用程序进行审核后,我收到了Apple的邮件,其中包含以下错误:
Invalid Bundle - Failed to verify bitcode in testapp_main.framework/testapp_main: error: Bundle only contains bitcode-marker Testapp.app/Frameworks/testapp_main.framework/testapp_main (armv7) ...
我还在Build Settings中禁用了bitcode:
我该如何解决这个问题?
@H_502_4@