-
Notifications
You must be signed in to change notification settings - Fork 1.6k
GoogleAppMeasurement code signature is invalid when running iPhone app on M1 Mac #8517
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
Comments
Does updating to Firebase 8.x help? |
Hey @KyLeggiero. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
@paulb777 I can try updating Firebase on Monday. And, this is neither a macOS nor Catalyst target; this is an iOS target running on an M1 Mac. |
Hmm, Catalyst is running an iOS target on a Mac - FirebaseAnalytics is only supported for iOS Simulators and iOS Devices. |
Hey @KyLeggiero. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @KyLeggiero if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
Mac Catalyst is using UIKit to compile and run native macOS apps. I'm talking about taking iOS apps, compiled for iOS, doing literally nothing different with them, and running them on macOS. This is only possible on M1 Macs because they have the same exact processor architecture as iPhones and iPads. No recompiling, no targeting macOS, nothing different at all from any other iOS app. |
[REQUIRED] Step 1: Describe your environment
Swift Package Manager
[REQUIRED] Step 2: Describe the problem
Steps to reproduce:
FirebaseAnalytics
andFirebaseCrashlytics
in the iPhone TargetExpected result:
Actual result:
The dialog above reads:
Relevant Code:
No code required
The text was updated successfully, but these errors were encountered: