美文网首页
-fobjc-weak is not supported on

-fobjc-weak is not supported on

作者: ChunaiJ | 来源:发表于2018-02-24 13:35 被阅读0次

在项目podfile最后加

post_install do |installer_representation|

    installer_representation.pods_project.targets.each do |target|

        target.build_configurations.each do |config|

            config.build_settings['CLANG_ENABLE_OBJC_WEAK'] ||= 'YES'

            config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '8.0'

        end

    end

end

然后pod update.

相关文章

网友评论

      本文标题:-fobjc-weak is not supported on

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