I’m engaged on a .NET MAUI challenge concentrating on .NET 8 for each Android and iOS. The app builds and runs positive in debug mode on each platforms, and I can take a look at it regionally within the simulators with out points.
Nevertheless, when I attempt to publish the iOS app, I encounter the next error:
The provisioning profile has been created accurately, and the certificates is correctly linked to it by Keychain Entry on the Mac. I can see the signing certificates listed in Keychain Entry, and after I run the command safety find-identity -v -p codesigning within the terminal, the signing certificates is displayed accurately.
I’m utilizing the command dotnet publish .EduPayEduPay.csproj -f:net8.0-ios to publish the app. The identical error additionally happens after I strive publishing by the GUI interface.
Surroundings Particulars:
Visible Studio: 17.14.16
macOS: Tahoe 26.0
Xcode: 16.4
Home windows machine: .NET 8 and .NET 9 put in
Mac: .NET 8 put in
I additionally tried upgrading the Mac to .NET 9 and tried publishing once more, however the challenge nonetheless persists.
I’d be very grateful if anybody might present an acceptable answer or another methodology for publishing an iOS utility utilizing a .NET MAUI challenge.