Hi all,
I'm splitting a monolithic Xcode project into multiple frameworks. There are 2 frameworks that need FirebaseFirestore as a dependency.
The Firebase SDK is managed by Xcode Swift Package Manager.
As far as I understand, because I can't set an Xcode / SwiftPM Package as "Do Not Embed" Xcode ultimately tries to embed the FirebaseFirestore framework twice.
What is the recommended approach to get this working?
This Stackoverflow reply suggests that there is a way to force Xcode to allow "Do Not Embed"
But I'm wondering if there is a more "official" route :)
Cheers
Niall