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

Deliver does not use the file produced from gym when using fastlane #486

Closed plaetzchen closed 8 years ago

plaetzchen commented 8 years ago

Hi,

I run gym using fastlane and deliver seems to fail to find the correct IPA file. It uploads an old version with an old version. Is there a way to fix this?

Bests, Philip

KrauseFx commented 8 years ago

Can you share your Fastfile and Deliverfile?

Dahlgren commented 8 years ago

I'd guess the reason is https://github.com/fastlane/deliver/blob/master/lib/deliver/options.rb#L32

Can be fixed in your Fastlane file by passing lane_context[SharedValues::IPA_OUTPUT_PATH] to the ipa option of the deliver step

fastlane-bot commented 8 years ago

This issue was migrated to https://github.com/fastlane/fastlane/issues/1552. 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: