-
Notifications
You must be signed in to change notification settings - Fork 31
Use with gym #37
Comments
Good point, thanks, I'll update the |
I just checked, the integration is using the ipa_output variable: values[:ipa] ||= Actions.lane_context[SharedValues::IPA_OUTPUT_PATH] Maybe do you have a different |
I had override the output directory on gym using following method: gym(output_directory: "./fastlane/") I think, it must also override IPA_OUTPUT_PATH |
Getting the same here — pilot is asking for the IPA directly after gym. Using pilot 0.2.1. 👍 for the workaround. |
@fatuhoku Your issue seems to be caused by a release yesterday which had a race condition in fastlane_core. Could you please update using |
I'm using pilot 0.2.2 and fastlane 1.30.2 and am still seeing this issue. |
I just used lane :beta do
gym
pilot and the output is
So it seems to be working. Are you using |
I'm using gym with a custom build directory. Could that be the problem? On Tue, Oct 6, 2015 at 20:01 Felix Krause notifications@github.com wrote:
|
I'll check that |
I can reproduce the issue, thanks! 👍 |
Please update |
Yep. It works now 👍 |
Yeah 👍 |
thanks guys! to be clear, I don't have to pass |
@bgerstle it should work automatically using the latest version 👍 |
This issue was migrated to fastlane/fastlane#3295. Please post all further comments there.
|
Can we not set pilot to work with gym, as now it is not taking IPA_OUTPUT_PATH of gym.
for now, i have to use following additional command to come out from this.
ENV["PILOT_IPA"] = ENV["IPA_OUTPUT_PATH"]
The text was updated successfully, but these errors were encountered: