Skip to content
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

Could not find action, lane or variable 'increment_build_number_in_plist'. #20

Closed
jiabibi888 opened this issue Jan 30, 2018 · 4 comments

Comments

@jiabibi888
Copy link

Dear Sir:
My code like :
increment_build_number_in_plist(target: 'XXX')
increment_version_number_in_plist(
target: 'XXX',
version_number: '1.0'
)

but fastlane run with an error:Could not find action, lane or variable 'increment_build_number_in_plist'. Check out the documentation for more details: https://docs.fastlane.tools/actions

I find the new action for fastlane named: increment_build_number.
Should I use 'increment_build_number'?
Why I can't use your plugin?

@ashish-naik
Copy link

ashish-naik commented Jan 30, 2018 via email

@ashish-naik
Copy link

@jiabibi888 To be more precise, run below to install the plug-in. Run from your project root folder.

fastlane add_plugin versioning

@SiarheiFedartsou
Copy link
Owner

@jiabibi888 Please follow instructions provided by @ashish-naik and feel free to re-open issue if you still have some problems with plugin installation.
@ashish-naik Thanks :)

@uditb
Copy link

uditb commented Jul 22, 2019

@ashish-naik I am getting below error -
An error occurred while installing unf_ext (0.0.7.6), and Bundler
cannot continue.
Make sure that gem install unf_ext -v '0.0.7.6' succeeds before bundling.

trying to run fastlane add_plugin versioning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants