Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tiepvuvan opened this issue Aug 8, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@tiepvuvan
Copy link

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:

  • Removing the watchOS support from the Package.swift to reflect the true capabilities of the package or
  • Incorporating a custom build script to handle watchOS compilation.

Related issues:

Thank you for looking into this.

@akaffenberger akaffenberger added the bug Something isn't working label Sep 11, 2024
@WillBishop
Copy link

Any progress on this? The linked issue on the Firebase repo indicates that the work might be done?, but I still get build errors while trying to use these packages with my project that has an Apple Watch target:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants