-
Notifications
You must be signed in to change notification settings - Fork 65
Could not find action, lane or variable 'increment_build_number_in_plist'. #20
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
Comments
You have to install a plug-in 'versioning'. Check plugins section and link
to it's GitHub project.
On Tue, Jan 30, 2018 at 3:02 PM ***@***.*** ***@***.***> wrote:
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?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#20>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEtS5GHR9lOSPSwTa0RohN0ATZlmtM38ks5tPuGrgaJpZM4RyA7S>
.
--
Regards,
Ashish Naik
|
@jiabibi888 To be more precise, run below to install the plug-in. Run from your project root folder.
|
@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 I am getting below error - trying to run |
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?
The text was updated successfully, but these errors were encountered: