美文网首页
消除pod项目中的警告

消除pod项目中的警告

作者: 石显军 | 来源:发表于2019-05-21 15:31 被阅读0次

    inhibit_all_warnings!

    发现只能忽略一部分 不能全部忽略

    platform :ios, '9.0'
    
    inhibit_all_warnings!
    
    target 'BasicProject' do
    
    
        pod 'AFNetworking', '~> 3.0'
        pod 'Masonry',  '~> 1.1.0'
        pod 'ReactiveObjC', '~> 3.1.1'
    
    end
    

    相关文章

      网友评论

          本文标题:消除pod项目中的警告

          本文链接:https://www.haomeiwen.com/subject/xbsjzqtx.html