akaffenberger / firebase-ios-sdk-xcframeworks

A small mirror for https://github.com/firebase/firebase-ios-sdk, to add support for binary (xcframework) distribution with swift package manager.
MIT License
134 stars 32 forks source link

Remove watchOS Support or Implement Custom Build Script in Package.swift #63

Open tiepvuvan opened 10 months ago

tiepvuvan commented 10 months ago

Issue description:

Upon reviewing the Package.swift for the repository, it indicates that the package supports watchOS. However, it's worth noting that the firebase-ios-sdk currently does not offer xcframeworks built specifically for watchOS. As a result, this might trigger build errors when trying to compile projects targeting watchOS with this package.

To address this, I'd recommend either:

Related issues:

Thank you for looking into this.