Closed lyricsboy closed 8 years ago
I'm using:
When attempting to run trainer within fastlane, I get the following error:
fastlane-plugin-trainer-0.2.0/lib/fastlane/plugin/trainer/actions/trainer_action.rb:7:in `run': [!] uninitialized constant Fastlane::Actions::SharedValues::SCAN_GENERATED_PLIST_FILE (NameError)
Does this code depend on a version of something newer that I don't have? What could be the issue here?
Updating to fastlane 1.100.0 and scan 0.11.2 resolved the issue for me.
Thanks for letting me know - seems like the dependency wasn't properly updated
I'm using:
When attempting to run trainer within fastlane, I get the following error:
Does this code depend on a version of something newer that I don't have? What could be the issue here?