-fobjc-weak is not supported on the current deployment target

江枫思渺然 提交于 2019-12-12 19:21:35

问题


I just updated my Pods and one of them BoringSSL is now eroring my build with following error:

Apple LLVM 9.0 Error
-fobjc-weak is not supported on the current deployment target

Not sure about what I need to do here? Is this an issue with BoringSSL package or my project?

EDIT I believe this is used by grpc ?


回答1:


This is CocoaPods/Xcodeproj#544 for which a fix was released recently.

Update the Xcodeproj gem from 1.5.5 to 1.5.6.



来源:https://stackoverflow.com/questions/48643389/fobjc-weak-is-not-supported-on-the-current-deployment-target

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!