fastlane-old / deliver

Upload screenshots, metadata and your app to the App Store using a single command
https://fastlane.tools
2.24k stars 162 forks source link

Upload IPA doesn't work #576

Closed JochenHeizmann closed 8 years ago

JochenHeizmann commented 8 years ago

I just updated to fastlane 1.58.0 and I'm unable to upload my binary files (metadata, screenshots etc. is working). It reports me "Finished the upload to iTunes connect" but nothing happened.

Have a look here: https://asciinema.org/a/a3yj3othgt20rjynpj8wssoix

lmirosevic commented 8 years ago

Can confirm this. Deliver 1.10.0 fails silently and doesn't upload anything. 1.9.0 works fine.

flipdish commented 8 years ago

Same issue here. All images upload but no IPA. Fails silently.

metasmile commented 8 years ago

Same case. Nothing happened, but it prints "Finished the upload to iTunes Connect". Thanks.

pedro380085 commented 8 years ago

Same issue here.

pedro380085 commented 8 years ago

For whoever needs something ASAP:

sudo gem uninstall fastlane sudo gem install fastlane -v 1.57.0 sudo gem install deliver -v 1.9.0 sudo gem uninstall deliver

pedro380085 commented 8 years ago

screenshots don't seem to be uploading either.

KrauseFx commented 8 years ago

Thanks everyone for the reports, looking into this right now :+1:

KrauseFx commented 8 years ago

I just pushed https://github.com/fastlane/deliver/releases/tag/1.10.1, please update and let me know if that works for you. Sorry for the troubles.

metasmile commented 8 years ago

:+1:

fastlanebot commented 8 years ago

This issue was migrated to https://github.com/fastlane/fastlane/issues/2113. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket: