Closed plaetzchen closed 8 years ago
Can you share your Fastfile
and Deliverfile
?
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
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:
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