在引入库的时候,在其后添加 inhibit_warnings => true 即可
使用方式如下:
platform :ios, '9.0'
target 'Demo' do
pod 'Masonry', '~> 1.0.2',:inhibit_warnings => true
end
在引入库的时候,在其后添加 inhibit_warnings => true 即可
使用方式如下:
platform :ios, '9.0'
target 'Demo' do
pod 'Masonry', '~> 1.0.2',:inhibit_warnings => true
end
本文标题:如何忽略 cocoapods 引入的警告信息
本文链接:https://www.haomeiwen.com/subject/dacloftx.html
网友评论