We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In our gym config, we have provided output_directory dir. When using IPASizeProvider we got the follwoing error:
output_directory
[17:28:41]: $ ../Pods/SwiftInfo/bin/swiftinfo [17:28:47]: ▸ * Extracting ipa_size [17:28:47]: ▸ * **ipa_size:** .ipa not found! Attempted to find .ipa at: ../build/
I noticed is not using the output_directory dir from gym and instead, it is expecting the ipa to be inside the ./build folder.
The text was updated successfully, but these errors were encountered:
Seems like we could to add a path parameter to IPASizeProvider. Should be an easy fix 👍
IPASizeProvider
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
In our gym config, we have provided
output_directory
dir. When using IPASizeProvider we got the follwoing error:I noticed is not using the
output_directory
dir from gym and instead, it is expecting the ipa to be inside the ./build folder.The text was updated successfully, but these errors were encountered: