Unable to install enterprise app - This provisioning profile cannot be installed on this device Unable to install enterprise app - This provisioning profile cannot be installed on this device jenkins jenkins

Unable to install enterprise app - This provisioning profile cannot be installed on this device


This has nothing with provisioning. Offending line Failed to unhide archs means that you're not compiling for given architecture (armv7 or arm64 depending on the device you install to).


I had also different errors like

Failed to unhide archs in executable file

as well as

error MT0000: Unexpected error

or

Error: error MT1006: Could not install the application

or

AMDeviceSecureInstallApplicationBundle returned: 0xe800801c

Now I got it running again after:

  • Cleaning solution
  • Deleting content of obj/bin folders
  • Multiple restart of devices (Mac, iPad, PC, ...)

In general, I recommend to update you development/build environment and to also check your certificates.