'Build ipa for distribution' exited with status code "65" #2275
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?iOS (Swift, Objective-C) Steps to reproduceExpected resultsIt was expected that the ipa file would be as going to be. Actual resultsgives an error: 'Build ipa for distribution' exited with status code "65" and it's not clear what the problem is Build id (optional)65800faecd6a135b33a1ffa9 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @Juliakits, first off, you can add
From this point on, it should be straightforward to solve it. You need to check what is wrong with the given directory, is |
Beta Was this translation helpful? Give feedback.
Hi @Juliakits, first off, you can add
/tmp/xcodebuild_logs/*.log
to theartifacts
section in YAML which will give you a zip file containing all the necessary logs including the error messages.As for this particular issue, you are getting the following error message:
......../Config.xcconfig:1:1: error: unable to open configuration settings file
From this point on, it should be straightforward to solve it. You need to check what is wrong with the given directory, is
Config.xcconfig
in place, whether its content is corrupt or not etc.