Pods 文件

2018-09-26  本文已影响0人  小星星吃KFC

// pods尾部添加如下代码


post_install do |installer|
    installer.pods_project.targets.each do |target|
        target.build_configurations.each do |config|
            config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '8.0'
        end
    end
end

上一篇 下一篇

猜你喜欢

热点阅读