Xamarin IOS couldn't deploy to device

Srinath Mannam 291 Reputation points
2021-06-30T07:05:18.897+00:00

I have updated visual studio to the latest version and I get the following error:

Error: error MT1006: Could not install the application '/Users/XXX/Library/Caches/Xamarin/mtbs/builds/XXXX.iOS/XXXXX/bin/iPhone/Debug/device-builds/iphone9.3-14.6/XXXX.iOS.app' on the device 'Test???s iPhone': Your code signing/provisioning profiles are not correctly configured. Probably you have an entitlement not supported by your current provisioning profile, or your device is not part of the current provisioning profile. Please check the iOS Device Log for details (error: 0xe8008016). 0

110485-image.png

Can someone help me with this?

Developer technologies | .NET | Xamarin
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Kyle Wang 5,531 Reputation points Microsoft External Staff
    2021-07-01T05:40:12.827+00:00

    Hi SrinathMannam-4826,

    Welcome to our Microsoft Q&A platform!

    You can try the following steps to troubleshoot this issue.

    1.Select the configuration "Debug" and platform "iPhone"
    2.Check if this iPhone has been added to your provisioning profiles
    3.Delete the "bin" and "obj" folder under the project folder, clean the solution and rebuild it
    4.Keep IOS Bundle Signing -> Custom Entitlements blank.

    Regards,
    Kyle


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.