Search code examples
uikitcocoapodsxcode5.1

Could not build module 'UIKit" in cocoapods since Xcode 5.1


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: AFNetworking SDWebImage

Any thought on this?


Solution

  • I solved the issue by deleting and adding UIKit.framework in Build Phases -> Link Binary With Libraries.