Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XCode crash without error when distributing enterprise app

Tags:

xcode

ios

I am having issues with XCode. My XCode crashes without error when trying to distribute enterprise app right after selecting "Automatically manage signing" and clicking next.

This is how to reproduce my issue:

  1. Archive your app.
  2. Open the Organizer window.
  3. Click on Distribute App.
  4. Select the Enterprise distribution method and click Next.
  5. Select App Thinning All Compatible Device Variant, check Rebuild from Bitcode and Uncheck Include Manifest for Over-the-air and click Next.
  6. Select Automatically manage signing and click next.
  7. "Communicating with Apple" then Crash without error.
like image 940
FeelRightz Avatar asked Jun 29 '26 14:06

FeelRightz


1 Answers

I found the reason of this issue. Because the certificates and provisioning files are generated from not an Enterprise account. You can check again your App ID and make sure it have been upgraded to Enterprise before use it to generate files.

like image 130
Leo LE Avatar answered Jul 01 '26 11:07

Leo LE