-fobjc-weak is not supported on the current deployment target
Asked Answered
I

1

2

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 ?

Illfounded answered 6/2, 2018 at 12:45 Comment(0)
L
3

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

Update the Xcodeproj gem from 1.5.5 to 1.5.6.

Lilias answered 6/2, 2018 at 16:3 Comment(2)
I see, since I am a new user to cocoapods would you mind giving a detailed guide on updating Xcodeproj gem?Illfounded
gem update xcodeproj may work, but it depends upon how ruby and CocoaPods are installed.Lilias

© 2022 - 2024 — McMap. All rights reserved.