No upload to AppStore - no errors, the build looks successful #1658
-
SummaryI have a build configuration (codemagic.yaml) for uploading my application to the AppStore. Even though the logs for builds look successful - there are no errors - I don't get any upload to the AppStore. So, it's still only the version I've uploaded manually. The build script is built taking two CodeMagic articles as examples:
I'm pretty sure I'm missing something, but I'm really confused by seeing literally no errors in the build logs. How should I modify the build script to get the artifact uploaded to the AppStore? Any help/questions/advices are really welcomed! DetailsHere is the full codemagic.yaml (erased sensitive info):
For the last build, I've got the following logs:
Step "Publishing":
For the last step "Cleaning up":
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Hi @proshin-roman, can you please share a build id as well? |
Beta Was this translation helpful? Give feedback.
@himesh-cm finally, I was able to get a successful build as well as a successful upload to the AppStore. The issues were - as usually - sitting in front of the monitor :D I mean, that was me who was ignoring obvious things in the build script - just because I copy-pasted things from the official tutorial and thought it's gonna work without any additional work. I hope we can save some time for other people who might face the same issues as well (even though these errors look like obvious to fix).
Issue 1
I would improve a code snippet in the "Setting up publishing to App Store Connect / Distribution to App Store Connect" section on the https://docs.codemagic.io/yaml-publishing/app-store-co…