-
Notifications
You must be signed in to change notification settings - Fork 64
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
increment_build_number_in_xcodeproj with scheme throws an error #60
Comments
One additional note: I had to include |
Hey @seanmalone-redibs - sorry for a lengthy response. I spent some time looking into this, and was wondering if this 'myapp' / 'Development' input was for a fresh, mostly out-of-the-box xcodeproject or not? |
@seanmalone-redibs - did this help you with your issue? |
@jdouglas-nz Thanks for the reply and sorry for the delayed response. Are you saying that if we need to manually set the build and project version once and then the plugin will update properly from that point on? |
@seanmalone-redibs it worked for me at least! I don't think I didn't something other that that to get it working. Please give it a go ! |
Thanks! It works now. I guess I didn't have a default set. |
When running with the following parameters:
I get the following error:
Looking at the source code for
set_build_number_using_scheme
it has this line:project.build_settings["CURRENT_PROJECT_VERSION"] = next_build_number
It looks like
project.build_settings
is a getter that returns the value for a given key. Unfortunately, it's not a setter for the build settings.Please advise and thank you for putting this plugin together.
The text was updated successfully, but these errors were encountered: