Actually doing the deployment straight to the iPhone 6 from XCode was the last thing I did, and now my regular deployments from VS on Windows work great. Deploying from XCode must have fixed something.
When I try to deploy to an iPhone 6 running iOS 12.5.7 I get: error MT1006: Could not install the application ... on the device 'iPwn Nova': Device is invalid (0xe8000084).
A couple of my apps and also a brand new created test app all get the same error when I try to deploy to either of my iPhone 6 devices. It also takes a very long time for the error to finally occur and the build to stop. I can say the following things that rule out several issues:
- I can deploy just fine to my 2020 iPhone SE
- I double, triple checked that my iPhone 6 devices are registered on Dev Center as test devices and included in the provisioning profile and a valid certificate is being used and the profile is associated with the cert
- I tried every combination I can find of automatic and manual provisioning and I get the same error
- When I make a new empty native iOS app in XCode I can deploy it to the iPhone 6 just fine
- Once in a great while after I've cleaned and restarted and rebooted and reconnected and rebuilt etc. the deployment actually works, but never does it twice in a row
Please let me know the ___location of any logs that could help on either the Windows or Mac machine.
.NET MAUI
2 answers
Sort by: Most helpful
-
-
Saideep Anchuri 8,320 Reputation points Microsoft External Staff Moderator
2025-06-10T06:03:30.5866667+00:00 I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to accept the answer.
Ask: When I try to deploy to an iPhone 6 running iOS 12.5.7 I get: error MT1006: Could not install the application ... on the device 'iPwn Nova': Device is invalid (0xe8000084).
Solution: The issue is resolved. Actually doing the deployment straight to the iPhone 6 from XCode was the last thing I did, and now my regular deployments from VS on Windows work great. Deploying from XCode must have fixed something
If I missed anything please let me know and I'd be happy to add it to my answer, or feel free to comment below with any additional information.
If you have any other questions, please let me know. Thank you again for your time and patience throughout this issue.
Please don’t forget to Accept Answer and Yes for "was this answer helpful" wherever the information provided helps you, this can be beneficial to other community members.
Thank You.