Skip to content
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

Microsoft stop supporting Firebase.iOS #89

Open
MateuszKapusta opened this issue Aug 7, 2024 · 3 comments
Open

Microsoft stop supporting Firebase.iOS #89

MateuszKapusta opened this issue Aug 7, 2024 · 3 comments

Comments

@MateuszKapusta
Copy link

Microsoft stop supporting Firebase.iOS (dotnet/maui#20359) and now best option is to use (https://github.com/AdamEssenmacher/GoogleApisForiOSComponents).

MauiMTAdmob uses Xamarin.Firebase.iOS.Core 8.10.0.3, so would you consider to update it to AdamE.Firebase.iOS.Core 10.24.0.2 in the future?

I got this error and only fix for now is to install original Xamarin.Firebase.iOS libraries.

##[error]/Users/runner/hostedtoolcache/dotnet/packs/Microsoft.iOS.Sdk.net8.0_17.5/17.5.8018/targets/Xamarin.Shared.Sdk.targets(1641,3): Error : clang++ exited with code 1:
Undefined symbols for architecture x86_64:
"_APMAnalyticsConfiguration", referenced from:
+[FIRAnalytics startWithConfiguration:options:] in FirebaseAnalytics(FIRAnalytics.o)
"_APMAppMeasurementOriginFirebase", referenced from:
+[FIRAnalytics startWithConfiguration:options:] in FirebaseAnalytics(FIRAnalytics.o)
"_APMConsentSettings3P", referenced from:
+[FIRAnalytics setConsent:] in FirebaseAnalytics(FIRAnalytics.o)
"_APMFormattedEventName", referenced from:
+[FIRAnalytics logEventWithOrigin:name:parameters:] in FirebaseAnalytics(FIRAnalytics.o)
"_APMFormattedUserPropertyName", referenced from:
+[FIRAnalytics setUserPropertyString:forName:] in FirebaseAnalytics(FIRAnalytics.o)
"_APMIsAnalyticsCollectionDeactivated", referenced from:
+[FIRAnalytics startWithConfiguration:options:] in FirebaseAnalytics(FIRAnalytics.o)
"_APMIsAnalyticsCollectionEnabled", referenced from:
+[FIRAnalytics startWithConfiguration:options:] in FirebaseAnalytics(FIRAnalytics.o)
"_APMMonitorLogTagOptionKey", referenced from:
+[FIRAnalytics startWithConfiguration:options:] in FirebaseAnalytics(FIRAnalytics.o)
"_APMSafelistedEventsOptionKey", referenced from:
+[FIRAnalytics startWithConfiguration:options:] in FirebaseAnalytics(FIRAnalytics.o)
"OBJC_CLASS$_APMAdExposureReporter", referenced from:
OBJC_CLASS$_FIRAAdExposureReporter in FirebaseAnalytics(FIRAAdExposureReporter.o)
"OBJC_CLASS$_APMAnalytics", referenced from:
objc-class-ref in FirebaseAnalytics(FIRAnalytics.o)
"OBJC_CLASS$_APMConditionalUserProperty", referenced from:
OBJC_CLASS$_FIRAConditionalUserProperty in FirebaseAnalytics(FIRAConditionalUserProperty.o)

@marcojak
Copy link
Owner

marcojak commented Aug 7, 2024 via email

@MateuszKapusta
Copy link
Author

Can you tell me how long this might take?

@Mataboge
Copy link

Mataboge commented Jan 2, 2025

Experiencing the same issue, because the package is using deprecated xamarin.Firebase.ios*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants