question

SrinathMannam-4826 avatar image
0 Votes"
SrinathMannam-4826 asked RobCaplan edited

Xamarin IOS couldn't deploy to device

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?


dotnet-xamarin
image.png (22.0 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

KyleWang-MSFT avatar image
0 Votes"
KyleWang-MSFT answered KyleWang-MSFT edited

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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.