firebase-analytics icon indicating copy to clipboard operation
firebase-analytics copied to clipboard

FirebaseAnalytics, CapacitorJS v3 and Mac Catalyst

Open kisonay opened this issue 4 years ago • 0 comments

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:

  1. Enable "Mac" in build info of project
  2. 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.)

kisonay avatar Aug 28 '21 18:08 kisonay