本文介绍了无法建立模块"UIKit";自Xcode 5.1起在cocoapods中使用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
自从我将Xcode更新为新版本(Xcode 5.1)以来,我无法再构建应用程序.错误消息是无法构建模块UIKit".我的两个豆荚有相同的问题:AF网络SDWebImage
I cannot build my application anymore since I updated Xcode to the new version (Xcode 5.1).the error message is 'Could not build module 'UIKit''. I have the same problems with my two pods:AFNetworkingSDWebImage
对此有何想法?
推荐答案
我通过在构建阶段->使用库链接二进制文件中删除和添加UIKit.framework解决了该问题.
I solved the issue by deleting and adding UIKit.framework in Build Phases -> Link Binary With Libraries.
这篇关于无法建立模块"UIKit";自Xcode 5.1起在cocoapods中使用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!