Xcode中的位码签名失败 [英] Bitcode signature failure in Xcode

查看:92
本文介绍了Xcode中的位码签名失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我将Xcode更新到最新版本,现在当我尝试编译项目时,出现错误无效的位码签名",但是,我的项目的位码已被禁用.我该如何解决?我应该怎么做才能正确签名我的位码?

I updated Xcode to the last version, and now when I'm trying to compile the project I'm getting an error "Invalid bitcode signature", hovewer, the bitcode for my project is disabled. How can I fix it? What should I change to sign my bitcode correctly?

我的Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

target 'MyProjectName' do

pod 'Realm'
pod 'CorePlot'
pod 'GoogleMaps'

end

我已经检查过了,一切都很好.

I checked already, everything is fine with it.

推荐答案

我不确定您是否也遇到过同样的情况.当我尝试使用iPhone设备进行测试时,只有这个问题.事实证明,仅将Build Active Architecture的调试配置设置为NO.设置为YES后,可以使用iPhone进行测试.

I'm not sure if you have the same situation with me. I only have this issue when I tried to test with iPhone device. It turns out that the debug configuration with Build Active Architecture Only is set to NO. After I set to YES, I can test with my iPhone.

这篇关于Xcode中的位码签名失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆