-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
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
Unknown method 'version_file_names' #96
Comments
Seeing the same issue here. Using 2.0.0 version with fastlane 2.179.0 on ubuntu |
I also encountered the same problem in Travis-ci.
vsersion: 2.0.0 |
I faced the same issue with Fastlane 2.179.0 in Big Sur |
Faced same error for android build upload. For iOS build upload for the same AWS server this plugin worked correctly (version 2.0.0). |
Thanks! |
@tabrindle You’re welcome! Sorry for introducing the error in the first place 😅 This is released now in |
Error throws - upload of artifact and html successful, but fails the rest of the process because of the version file.
Using like this:
May be related to the 2.0.0 upgrade. https://github.com/fastlane-community/fastlane-plugin-s3/pull/51/files
EDIT: adding
upload_metadata: false,
seems to be a temporary workaround as it returns in that function early, but I'd like to use the version.json and html.Attached is the fastlane env:
✅ fastlane environment ✅
Stack
System Locale
fastlane files:
`./fastlane/Fastfile`
`./fastlane/Appfile`
fastlane gems
Loaded fastlane plugins:
Loaded gems
generated on: 2021-03-25
The text was updated successfully, but these errors were encountered: