-fobjc-weak is not supported on the current deployment target
pod后出现:clang: error: -fobjc-weak is not supported on the current deployment target解决办法:在项目中Podfile 文件最后面添加post_install do |installer_representation| installer_representation.pods_project

