0

When I try to export my app as an ad-hoc build, Xcode suddenly displays the error message "IPA Processing Failed". This used to work, does it have something to do with Apple Silicon?

Epaga
  • 38,231
  • 58
  • 157
  • 245

1 Answers1

2

Yes, it does have to do with Apple Silicon, seems to be an Xcode bug - if you run Xcode with Rosetta, it works. To run Xcode with Rosetta, open a context menu on Xcode.app, go to "Show Info", then check "Run with Rosetta". Now the ad-hoc build works.

Epaga
  • 38,231
  • 58
  • 157
  • 245
  • After open using rosetta. I found another issue.. like my all storyboards & XIBs does not load frames. shows Internal error. Cleaning app, deleting derived data, restarting mac nothing worked. – Khushabu Dec 30 '20 at 12:30
  • This looks related: https://stackoverflow.com/questions/64916429/how-to-fix-ipa-processing-failed-in-xcode-12-2-with-mac-m1?noredirect=1&lq=1 . I've spent a ton of time looking into this. I will continue to investigate until I. find a solution. This far the problem appears related to use of Cocopods Or Carthage in conjunction with the M1. – truedat101 Jan 13 '21 at 04:24