segment-integrations / analytics-ios-integration-firebase

Segment's bundled integration for Firebase on iOS
MIT License
13 stars 91 forks source link

Fix: cannot build a project that uses a Swift Package Manager #85

Closed krris closed 2 years ago

krris commented 2 years ago

This PR solves https://github.com/segment-integrations/analytics-ios-integration-firebase/issues/84

It solves a build error when building a project in Xcode 12.5.1 with Segment and Segment-Firebase dependencies added via Swift Package Manager:

Screenshot 2021-11-16 at 13 41 00 Screenshot 2021-11-16 at 13 37 29

mccarron commented 2 years ago

@bsneed can we get this merged in? This is also affecting Xcode 13.2.

Plus can we get Github Releases/tags for this repo as well for SPM? I see new versions on Cocoapods but not on SPM.

Both are needed so we can update Firebase to a newer version. Thanks!

bsneed commented 2 years ago

Thanks @krris and @mccarron ! Merging. Release coming shortly.