You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: