CocoaPods with XCode 6.0.1 - How can I fix Pods Frameworks appearing in red?

后端 未结 5 2049
执笔经年
执笔经年 2020-12-30 00:49

I have created a new project in Xcode 6.0.1 and created the following Podfile:

source \'https://github.com/CocoaPods/Specs\'
platform :ios, \'8.0\'

pod \'AF         


        
5条回答
  •  礼貌的吻别
    2020-12-30 01:10

    I had the same problem. It turns out I just need to run a pod update with

    sudo gem install cocoapods
    

提交回复
热议问题