Replies: 1 comment 1 reply
-
Based on the messages, the watch target is being build for 4.3, but Firebase requires a minimum of 7.0. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Even though I've added a platform condition:
I'm getting a bunch of ld warnings when building for an actual device:
The only way to get rid of the warnings is to add
-w
to theOther Linker Flags
build setting of the watch extension.I'm wondering if this is the right approach and if I should be worried about the warnings?
@paulb777 Maybe you can chime in?
Beta Was this translation helpful? Give feedback.
All reactions