Failed to publish Maui App after adding localization for Info.plist
Ainur Almurzina
0
Reputation points
Hi,
I followed this documentation https://learn.microsoft.com/en-us/dotnet/maui/fundamentals/localization?view=net-maui-8.0#ios-1 to localize description of permissions for iOS.
What I've done:
- InfoPlist.strings files:
- InfoPlist.string:
- Info.plist:
- csproj configurations:
After I tried to debug on a real device and everything worked fine. However when I try to publish the app, it fails.
I use:
Visual Studio Community 2022 v17.11.2
dotnet workload:
Sign in to answer