firebase-analytics
firebase-analytics copied to clipboard
FirebaseAnalytics, CapacitorJS v3 and Mac Catalyst
I'm looking to build a Mac version of my app with Catalyst. Before using FirebaseAnalytics everything was working great but know I am seeing the following when trying to build in xcode:
/.../node_modules/@capacitor-community/firebase-analytics/ios/Plugin/Plugin.swift:4:8: No such module 'FirebaseAnalytics'
To Reproduce Steps to reproduce the behavior:
- Enable "Mac" in build info of project
- Build for Mac
Expected behavior Build successful without errors.
Additional context I understand that this may not be officially supported but I was hoping to get it to build (even if analytics don't work in this particular build.)