在podfile中添加: inhibit_all_warnings!
platform :ios, "7.0"
inhibit_all_warnings!
target 'Comment' do
pod 'AFNetworking','~>3.0.4'
end
在podfile中添加: inhibit_all_warnings!
platform :ios, "7.0"
inhibit_all_warnings!
target 'Comment' do
pod 'AFNetworking','~>3.0.4'
end
本文标题:消除pod项目中的警告
本文链接:https://www.haomeiwen.com/subject/hhmrextx.html
网友评论