skip to Main Content

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

Answers


  1. Chosen as BEST ANSWER

    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.


  2. 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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search