When I try to build an iOS app using Xcode 11, the build fails and the following error appears in the build output log:
Error Domain=IDEFoundationErrorDomain Code=1 "IPA processing failed" UserInfo={NSLocalizedDescription=IPA processing failed}
** EXPORT FAILED **
##[error]Error: /usr/bin/xcodebuild failed with return code: 70
This error wasn't present when my selected Xcode version was 10.3.
What should I do in order to fix this?
@tamassengel have you contacted our support team on this issue? Click the blue chat button at the bottom-right corner of every App Center page, that connects you directly to our dedicated support team.
@jwargo Thanks for your response, I've contacted the support team.
As it turned out, this is an issue in my project. Thank you for your assistance!
I am also seeing this issue @tamassengel what was the resolution?
@desaikevin It was caused by a framework incompatible with Xcode 11. I'm now building with Xcode 10.3 until that framework gets updated.
thank you! @tamassengel
I have the exact same issue as you. Can you share what is the frame you found that cause the issue?@tamassengel
@yilunx-flurrydev It was an earlier version of the FoxitRDK framework. I downloaded the latest version again and it works perfectly now.
Thank you for your response.
On Mon, Sep 30, 2019 at 11:52 PM tamassengel notifications@github.com
wrote:
@yilunx-flurrydev https://github.com/yilunx-flurrydev It was an earlier
version of the FoxitRDK framework. I downloaded the latest version again
and it works perfectly now.—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/microsoft/appcenter/issues/1055?email_source=notifications&email_token=ANFTBWDXDMVLXMDBRJQN6BLQMLXUVA5CNFSM4IYO7P5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAAFXLI#issuecomment-536894381,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ANFTBWFPTMNLONLYXYQEV7LQMLXUVANCNFSM4IYO7P5A
.
Hi @tamassengel
i think i have a similar problem as one of my dependencies (pods) is not able to be exported with XCode 11 Tools... May i ask how you found out which was the incompatible one, i can`t detect in the logs from the export.
Thank s in advance!
UPDATE:
Ok, i just found it :-) Sorry for inconvenience!
Hi @auernmri,
Can you bring a light on what was incompatible for you and how did you found it?
Thanks!
Hi @zulkis
i found the problem in the device error logs after the "ipa processing failed".
I was using some embedded framework and it came with a script (apparently which is stripping some architectures and codesigning). After executing the script in build phases it worked again.
The error came up with XCode 11, but i guess it s more related to the new build system...
Most helpful comment
Hi @zulkis
i found the problem in the device error logs after the "ipa processing failed".
I was using some embedded framework and it came with a script (apparently which is stripping some architectures and codesigning). After executing the script in build phases it worked again.
The error came up with XCode 11, but i guess it s more related to the new build system...