-
Notifications
You must be signed in to change notification settings - Fork 17
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
Comments
Yes, as this seems the most promising package to replace the deprecated
libraries, I'll test everything and then if everything works fine I'll
switch to it.
…On Wed, 7 Aug 2024, 14:11 Mateusz Kapusta, ***@***.***> wrote:
Microsoft stop supporting Firebase.iOS (dotnet/maui#20359
<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)
—
Reply to this email directly, view it on GitHub
<#89>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAUIPIQ5266PHI4WVYOBZBDZQIMGNAVCNFSM6AAAAABMEMN242VHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ2TGNBVGEZTENA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Can you tell me how long this might take? |
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
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)
The text was updated successfully, but these errors were encountered: