Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 9 - iOS 11 Device Log Private

I am having problems installing an app I have written via an MDM.

The only error shown on screen is: "Unable to download app"

Connecting my device to my Mac and looking at the Device Log while installing gives me the following lines:

Nov 30 15:08:29 Thomass-iPhone appstored[152] <Error>: !B18:com.MyCompany.MyApp,J:-7184901782002726309,I:5931121481553874548#[<private>]: Failed to install application at path: <private> error: <private>
Nov 30 15:08:29 Thomass-iPhone appstored[152] <Notice>: !B18:com.MyCompany.MyApp,J:-7184901782002726309,I:5931121481553874548#[<private>]: Install failed after error: <private>

Is it possible to change the log so that instead of displaying "private", it will display the actual error?

How can I find out why my app won't install?

like image 293
Tom Bowen Avatar asked Oct 29 '22 22:10

Tom Bowen


1 Answers

Build the IPA file with distribution provision profile, and generate a downloadable link from diawi.com . Try downloading from the link. If it works fine then there might be issue with MDM configuration. If not then check the distribution provision profile.

like image 115
MD Aslam Ansari Avatar answered Nov 15 '22 05:11

MD Aslam Ansari