fastlane-community / trainer

Convert xcodebuild plist and xcresult files to JUnit reports
https://krausefx.com
MIT License
249 stars 50 forks source link

NameError with SCAN_GENERATED_PLIST_FILE #3

Closed lyricsboy closed 8 years ago

lyricsboy commented 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?

lyricsboy commented 8 years ago

Updating to fastlane 1.100.0 and scan 0.11.2 resolved the issue for me.

KrauseFx commented 8 years ago

Thanks for letting me know - seems like the dependency wasn't properly updated