▸ Generating 'App.app.dSYM': Failed to Archive iOS Ionic App #1610
-
Hey, I am stuck with getting my Ionic app to build for iOS. I did not find similar issues in here or elsewhere. And already tried the debugging the step with SSH but with no success. I failed build can be found as ID: 6450b4b248d4a608726e5d6a I have attached the logs of the corresponding build step. build_ipa_for_distribution(1).log Thank you very much for any help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @sebimarkgraf, I am reading the following error message in the logs:
It is an issue where Xcode 14.3 wants you to update your Cocoapods version from 1.12.0. So, just set |
Beta Was this translation helpful? Give feedback.
Hi @sebimarkgraf, I am reading the following error message in the logs:
rsync error: some files/attrs were not transferred at main.c
It is an issue where Xcode 14.3 wants you to update your Cocoapods version from 1.12.0. So, just set
cocoapods
fromdefault
incodemagic.yaml
to1.12.1