You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading the Plugin.FirebasePushNotifications package from version 3.0.17 to 3.0.28 or to 3.0.21, I encountered the followin build errors when building the project:
/Users/myUser/Library/Caches/XamarinBuildDownload/GUsrMess-1.1.0/Frameworks/Release/UserMessagingPlatform.framework/UserMessagingPlatform : warning MT7091: The framework /Users/myUser/Library/Caches/XamarinBuildDownload/GUsrMess-1.1.0/Frameworks/Release/UserMessagingPlatform.framework is a framework of static libraries, and will not be copied to the app.
/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk.net9.0_18.2/18.2.9170/targets/Xamarin.Shared.Sdk.targets(1665,3): error :
clang++ exited with code 1:
Undefined symbols for architecture arm64:
"_GULLogBasic", referenced from:
-[APMASLLogger logMessage:logTag:messageCode:withLogLevel:] in GoogleAppMeasurement[arm64][11](APMASLLogger.o)
"_GULLogError", referenced from:
-[APMPersistentDictionary initWithFileName:] in GoogleAppMeasurement[arm64][223](APMPersistentDictionary.o)
_APMWriteDictionaryToURL in GoogleAppMeasurement[arm64][223](APMPersistentDictionary.o)
-[APMUserDefaults synchronize] in GoogleAppMeasurement[arm64][274](APMUserDefaults.o)
"_GULLogInfo", referenced from:
___44+[UIViewController(APMScreenClassName) load]_block_invoke in GoogleAppMeasurement[arm64][291](UIViewControl
ler+APMScreenClassName.o)
"_GULLogWarning", referenced from:
+[APMMeasurement sharedInstance] in GoogleAppMeasurement[arm64][65](APMMeasurement.o)
-[APMPersistentDictionary objectForKey:] in GoogleAppMeasurement[arm64][223](APMPersistentDictionary.o)
-[APMPersistentDictionary setObject:forKey:] in GoogleAppMeasurement[arm64][223](APMPersistentDictionary.o)
-[APMUserDefaults objectForKey:] in GoogleAppMeasurement[arm64][274](APMUserDefaults.o)
-[APMUserDefaults setObject:forKey:] in GoogleAppMeasurement[arm64][274](APMUserDefaults.o)
-[APMUserDefaults synchronize] in GoogleAppMeasurement[arm64][274](APMUserDefaults.o)
___44+[UIViewController(APMScreenClassName) load]_block_invoke in GoogleAppMeasurement[arm64][291](UIViewControl
ler+APMScreenClassName.o)
...
ld: symbol(s) not found for architecture arm64
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
Build failed with 1 error(s) and 1461 warning(s) in 50.2s
* The terminal process "/bin/zsh '-l', '-c', 'dotnet build /Users/myUser/MyProject/MyProject/MyProject.csproj -p:Configuration=Debug -p:TargetFramework=net9.0-ios -p:RuntimeIdentifier=ios-arm64 -p:MtouchDebug=true'" terminated with exit code: 1.
If I downgrade the package version back to 3.0.17 then it's working again.
I'm testing on real iOS device via Mac and VSCode.
MAUI version: maui 9.0.14/9.0.100 SDK 9.0.100
I didn't encounter any issues when using Visual Studio on a real Android device with Windows 10.
Steps to Reproduce
Install or upgrade the package with version 3.0.28 or 3.0.21
Expected Behavior
Build Done
Actual Behavior
Build Failed
Basic Information
Version with issue: 3.0.21, 3.0.28
Last known good version: 3.0.17
The text was updated successfully, but these errors were encountered:
I just installed 3.0.28 in one of my production apps. I'm using JetBrains Rider 2024.3.3 on Windows 10. The app solutions are all on .NET 8 with MauiVersion 8.0.100. Maybe one of these components makes the difference?
Unfortunately, I don’t know. I’m using .NET 9.0, and all my NuGet packages and workloads are up to date. It was working fine before version 3.0.21. :/
Also, I’m using these two packages:
Description
After upgrading the Plugin.FirebasePushNotifications package from version 3.0.17 to 3.0.28 or to 3.0.21, I encountered the followin build errors when building the project:
If I downgrade the package version back to 3.0.17 then it's working again.
I'm testing on real iOS device via Mac and VSCode.
MAUI version:
maui 9.0.14/9.0.100 SDK 9.0.100
I didn't encounter any issues when using Visual Studio on a real Android device with Windows 10.
Steps to Reproduce
Install or upgrade the package with version 3.0.28 or 3.0.21
Expected Behavior
Actual Behavior
Basic Information
The text was updated successfully, but these errors were encountered: