来自Pods的Alamofire - Library未加载错误

时间:2015-02-13 15:54:36

标签: ios cocoapods alamofire

我想知道是否有人可以从Pods作品中制作Alamofire?因为我所有的朋友都没有。

从Alamofire github页面重现的步骤:

  

$ gem install cocoapods --pre

     

使用CocoaPods将Alamofire集成到您的Xcode项目中,   在你的Podfile中指定它:

     

来源' https://github.com/CocoaPods/Specs.git'平台:ios,' 8.0'

     

pod' Alamofire','〜> 1.1'

     

然后,运行以下命令:

     

$ pod install

如果您在连接到Xcode的设备上运行,一切正常。 但如果存档并制作ipa - 你总是得到

Dyld错误消息:   未加载库:@ rpath / Alamofire.framework / Alamofire    原因:找不到合适的图像。

所以,任何人都知道秘密吗? )))谢谢!!!

3 个答案:

答案 0 :(得分:2)

这绝对与您的苹果开发者证书有关。您最好转到钥匙串应用程序并检查其证书的有效性。

我有同样的问题。还要检查密钥链中的 Apple全球开发者关系认证中心

答案 1 :(得分:0)

首先,确保您至少使用CocoaPods 0.36.0.beta2。如果仍未解决,请查看https://github.com/CocoaPods/swift/issues/19

答案 2 :(得分:0)

我有同样的问题。通过撤销和重新请求证书来修复它。这是Xcode中的一个错误。