为了账号安全,请及时绑定邮箱和手机立即绑定

The dependency `AFNetworking` is not used in any concrete target.

install 的时候

The dependency `AFNetworking` is not used in any concrete target.

所以target应该填什么,项目名?


正在回答

1 回答

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0' 
use_frameworks!
target 'ProjectName' do
    pod 'Alamofire', '~> 2.0'
    pod 'SwiftyJSON', '~> 2.3.0'
    pod 'FastImageCache', '~> 1.3', :inhibit_warnings => true
end

类似上面的格式

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Swift Weather APP
  • 参与学习       35561    人
  • 解答问题       241    个

本课程将带领大家使用Swift语言开发一个完整的天气 iOS APP

进入课程

The dependency `AFNetworking` is not used in any concrete target.

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信