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

后端 未结 5 2071
执笔经年
执笔经年 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:17

    Just delete all configs in the the Pods Group in xcode and run pod install again. This will regenerate the xcconfigs files. Then make sure they are set properly in the Project > Info > Configurations

提交回复
热议问题