4
votes

I tried to build and distribute couple of Adhoc distribution build with bit code and without bitcode .. and generated build on both Diawi and installonair anyway the link installed on 2 devices without any problems. 1. iphone x - ios 14.1 and iPhone 6s - ios 14.2 but it's not installing on my manager's iPhone xs - iOS 14.2 :(. I am receiving following message on his phone "Unable to install - This app cannot be installed because its integrity could not be verified. I think this problem happens only after I updated to Xcode 12.2 and I am still running on macOS catalina version 10.15.7.

screen shot from iPhone Xs - ios 14.1

2
Are you using a developer cert/profile part of a paid developer program?Satheesh
@satheesh yes I am using a paid developer account for an organization.. we have renewed recentlySwiosift
Hmmm that gives me some doubts.. Is the device mapped to the profile correctly? can you go to settings->profiles and see whether anything has to be approved? Also restart your device once & make sure the date/time on the device is correct as per the timezone.Satheesh
It's not working bro.. tried everything.. only on his deviceSwiosift
@Kherel Remove anything you have in embedded framework and archive it again, It worked for me.Swiosift

2 Answers

2
votes

Remove anything you have in embedded framework and archive it again, It worked for me. I had Pods framework of my own project that generated by automatically after I removed that and archive again it worked. And also I used fresh distribution certificate and bundle identifier. Hope it will helps for some developers.

0
votes

I was facing similar problems.

Enterprise app:

  • installing smoothly from the current server.
  • Change the server and some user-facing this problem.

Solving methods:

  • Update the version number of the app.
  • Change the build number of the app.

Its working fine.