You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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.
The text was updated successfully, but these errors were encountered: