I have followed the MAUI sample and it works fine on Android, however, on iOS, I get the following exception:

I have added the Entitlements.plist file to the Platforms/iOS folder, and copied exactly as the one int he sample. I even added the following to the .csproj file <CodesignEntitlement>Entitlements.plist</CodesignEntitlement>, but I still get the error.
Is there some configuration I am missing for iOS?
I have followed the MAUI sample and it works fine on Android, however, on iOS, I get the following exception:

I have added the Entitlements.plist file to the Platforms/iOS folder, and copied exactly as the one int he sample. I even added the following to the .csproj file
<CodesignEntitlement>Entitlements.plist</CodesignEntitlement>, but I still get the error.Is there some configuration I am missing for iOS?