I am using fastlane and jenkins for my iOS CICD setup. I used a command *increment_build_number* in my fastfile in order to increment the build number for every internal deployment to crashlytics.
Initially it was incrementing the *Bundle version* in info.plist and not *Bundle version string,short*. In the middle, i changed the *Bundle version string,short* to 1.0.0 in Xcode in order to test whether this will change the *Bundle version string,short* to 1.0.1 during next deployment . After this *increment_build_number* is not at all working and it is not incrementing either the *Bundle version* nor the *Bundle version string,short*. I couldn't find what is the issue here. Are we not suppose to change any of the bundle version in Xcode manually and how to fix this again? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/c2128e0c-6f2d-4bf0-8b8f-5bc32082b847%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
