Closed skalber-mm closed 8 years ago
I looked at the stack. It seems to indicate that actions/gym fails because it receives a nil by Gym::Runner.run(). This would mean that a nil IPA path was returned somewhat.
I don't see how that can happens without returning more output.
The run() method at least reached the build_app stage, but after that I am confused at what happened. There's no print out of the moving of the file or any of the commands that happen after the build step as if output was missing (which could happen on a CI server because of strange syncing issues).
I would try to enable gym's verbose mode and see if there's more to it.
This issue was migrated to https://github.com/fastlane/fastlane/issues/1834. 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:
Hello,
I trying to build my app using fastlane and circleci and getting a crash on expand_path inside the gym module.
Here's my fastline file:
The output: