With Visual Studio for mac To publish a MAUI Application ipa file is successfully created, publish never works. (with both, transporter and application loader) i have the following message : "Impossible de créer un paquet .itmsp temporaire pour l’app « xx.yy.App.ipa »." "No suitable application records were found. Verify your bundle identifier 'com.microsoft.libSkiaSharp' is correct and that you are signed into Xcode with an Apple ID that has access to the app in App Store Connect."
All certificates has been renewed. WorldWide Dev Relation too.
In the Terminal logs when i do 'dotnet publish' command, i found : The stamp file 'libSkiaSharp.framework/.stampfile' for the item '/libSkiaSharp.framework' is not up-to-date, so the item needs to be codesigned. The stamp file 'CodeResources' for the item '/xx.app' is not up-to-date, so the item needs to be codesigned.
/Frameworks/libSkiaSharp.framework: replacing existing signature /Frameworks/libSkiaSharp.framework: signed bundle with Mach-O thin (arm64) [com.microsoft.libSkiaSharp]
The stamp file 'libSkiaSharp.framework/.stampfile' is not up-to-date for the item 'libSkiaSharp.framework', and it will be touched.
What can i do? I have try all advice préviously found on stack. Thank your for your help BR