-
Notifications
You must be signed in to change notification settings - Fork 516
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
Firebase analytics symbols not loading in IOS proj #21817
Comments
Please get an MSBuild binlog that shows the build error, and we can start diagnosing what's going wrong. |
Hi @rolfbjarne , Git Pub Repo: https://github.com/sasupallisantosh/PushTest.git |
Can you get an MSBuild binlog for this failure as well? The link explains how to get a binlog for a build from within Visual Studio. |
I have mentioned in previous comment msbuild info file, |
That binlog shows a successful build, not a failing build. |
Yes, @rolfbjarne , the build was successful. I tried building it using the command line, and it showed the build as successful and generated the MSBuild file successfully. However, when we connected a Mac and tried to run it, the error occurred. |
If you're referring to this error: dotnet/maui#26660, then that's a build error, and it will show up in the binlogs created by Visual Studio (if you enable binlog creation in Visual Studio as explained here: https://github.com/xamarin/xamarin-macios/wiki/Diagnosis#visual-studio-for-windows). |
Yes I enabled the bin log , when we will connect the mac we got build
issue without mac connection build was successful, when we run the
application from command terminal build was successful, when we will run
the project on iOS simulator we got that error.
…On Fri, Dec 20, 2024, 16:57 Rolf Bjarne Kvinge ***@***.***> wrote:
Yes, @rolfbjarne <https://github.com/rolfbjarne> , the build was
successful. I tried building it using the command line, and it showed the
build as successful and generated the MSBuild file successfully. However,
when we connected a Mac and tried to run it, the error occurred.
If you're referring to this error: dotnet/maui#26660
<dotnet/maui#26660>, then that's a build error,
and it will show up in the binlogs created by Visual Studio (if you enable
binlog creation in Visual Studio as explained here:
https://github.com/xamarin/xamarin-macios/wiki/Diagnosis#visual-studio-for-windows
).
—
Reply to this email directly, view it on GitHub
<#21817 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIBGBYV4MLX3JANBW23YFY32GP5JPAVCNFSM6AAAAABTX4AOD2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJWHAYTKMZUG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Issue moved from dotnet/maui#26660
From @sasupallisantosh on Tuesday, December 17, 2024 2:34:11 AM
Previously, I encountered a build issue with the MAUI iOS application due to the plugin.firebase (dotnet/maui#26455) After resolving the issue, the build was successful. However, when I connected to a Mac and ran the iOS application on a simulator, I received the following error:
clang++ exited with code 1: Undefined symbols for architecture arm64: "_APMAnalyticsConfiguration", referenced from: +[FIRAnalytics startWithConfiguration:options:] in FirebaseAnalytics[arm64][10](FIRAnalytics.o) "_APMAppMeasurementOriginFirebase", referenced from: +[FIRAnalytics startWithConfiguration:options:] in FirebaseAnalytics[arm64][10](FIRAnalytics.o) "_APMConsentSettings3P", referenced from: +[FIRAnalytics setConsent:] in FirebaseAnalytics[arm64][10](FIRAnalytics.o) "_APMFormattedEventName", referenced from: +[FIRAnalytics logEventWithOrigin:name:parameters:] in FirebaseAnalytics[arm64][10](FIRAnalytics.o) "_APMFormattedUserPropertyName", referenced from: +[FIRAnalytics setUserPropertyString:forName:] in FirebaseAnalytics[arm64][10](FIRAnalytics.o) "_APMIsAnalyticsCollectionDeactivated", referenced from: +[FIRAnalytics startWithConfiguration:options:] in FirebaseAnalytics[arm64][10](FIRAnalytics.o) "_APMIsAnalyticsCollectionEnabled", referenced from: +[FIRAnalytics startWithConfiguration:options:] in FirebaseAnalytics[arm64][10](FIRAnalytics.o) "_APMMonitorLogTagOptionKey", referenced from: +[FIRAnalytics startWithConfiguration:options:] in FirebaseAnalytics[arm64][10](FIRAnalytics.o) "_APMUserDataFieldEmailAddress", referenced from: +[FIRAnalytics initiateOnDeviceConversionMeasurementWithEmailAddress:] in FirebaseAnalytics[arm64][10](FIRAnalytics.o) "_APMUserDataFieldHashedEmailAddress", referenced from: +[FIRAnalytics initiateOnDeviceConversionMeasurementWithHashedEmailAddress:] in FirebaseAnalytics[arm64][10](FIRAnalytics.o) "_APMUserDataFieldHashedPhoneNumber", referenced from: +[FIRAnalytics initiateOnDeviceConversionMeasurementWithHashedPhoneNumber:] in FirebaseAnalytics[arm64][10](FIRAnalytics.o) "_APMUserDataFieldPhoneNumber", referenced from: +[FIRAnalytics initiateOnDeviceConversionMeasurementWithPhoneNumber:] in FirebaseAnalytics[arm64][10](FIRAnalytics.o)
Please help me resolve this issue.
The text was updated successfully, but these errors were encountered: