Xamarin “The executable was signed with invalid entitlements”

前端 未结 4 1303
执笔经年
执笔经年 2021-01-01 21:55

I want to test my created iOS app on my iPhone. The build was successful but while xamarin studio tries to transfer the file via usb to my iPhone i got the following error:<

4条回答
  •  孤街浪徒
    2021-01-01 22:42

    This fix for me :

    1. Right click on IOS Project and click on Options
    2. If you see under Custom Entitlements: Info.plist then change it to Entitlements.plist
    3. Compile project again and test it

提交回复
热议问题