iOS - This app cannot be installed because its integrity could not be verified

Trying to install our mobile app on real device (iOS) through the Appium, and when trying to run the app it shown an error “This app cannot be installed because of integrity could not be verified.”

Did I miss something? Or do I need to install something else, some certificates maybe?

Thank you in advance.

  1. you install xxx.ipa file ?
  2. enable DEBUG logs with Appium server you will see exact command and error
  1. Yes, .ipa file (./app/ios/app.Mobile.iOS.ipa)
  2. How can I enable the debug logs?

thank you

How you start appium server?

usually this is caused by an xcode build failure, or provisioning problem. if you manually drop the archive to the phone using xcode, does it install without complaining?