SwiftInfo icon indicating copy to clipboard operation
SwiftInfo copied to clipboard

Updated to use the output_directory from gym if provided

Open asoneji opened this issue 3 years ago • 1 comments

In our gym config, we have provided output_directory dir. When using IPASizeProvider we got the follwoing error:

[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.

asoneji avatar Feb 11 '21 02:02 asoneji

Seems like we could to add a path parameter to IPASizeProvider. Should be an easy fix 👍

rockbruno avatar Feb 11 '21 13:02 rockbruno