Hi, since a month when I start debugging my app in iphone simulator and access to a specific Page the debugger detects a System.IO.FileNotFoundException related to this path:
/Users/xxx/Library/Developer/CoreSimulator/Devices/CF741BB8-6814-4895-9BEE-76E8E82C9F11/data/Containers/Bundle/Application/685D5325-455C-405C-A600-D49E4A12EC78/xxx.iOS.app/en-US/Xamarin.Forms.Platform.iOS.resources.dll
I look inside the path and i don't found a folder named /en-US/
After that I change localization to Italian and a similar FileNotFoundException raised related to path:
/Users/xxx/Library/Developer/CoreSimulator/Devices/CF741BB8-6814-4895-9BEE-76E8E82C9F11/data/Containers/Bundle/Application/685D5325-455C-405C-A600-D49E4A12EC78/xxx.iOS.app/it-IT/Xamarin.Forms.Platform.iOS.resources.dll
Inside the app bundle there is the folder /it/ not the folder /it-IT/.
I tried to check XAML and sources for wrong references, paths and names without success.
I also checked and upgraded anything.
Can someone help me on this problem?