Replies: 3 comments 2 replies
-
Hi @doctordru, bash can parse 1 as a number but failing to do the same for .34.57, the error is about it. The solution here is to increment Checking your email about the chat widget now, please send me your team ID, I will check it for your team. |
Beta Was this translation helpful? Give feedback.
-
I thought a good workaround might be to just set the number instead of trying to increment here for one build, so like this: script: | And then we could set it back to the increment version once we have a passing build: I now realize that there is actually a function for updating to the next integer that looks like this: But after getting another error about short version string I decided to just bail on the automated incrementing and just assign version numbers using the information I learned from here: I ended up just setting the version numbers manually on both the build version and marketing version for now: I was able to build my app and finally get past this error using this method, and will just have to remember to increment these values for future builds. I hope this helps anyone who comes across this problem! |
Beta Was this translation helpful? Give feedback.
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We are unable to build our iOS app. We get the following error 👇
It seems like the behaviour of
get-latest-app-store-build-number
since the last time we ran it to cut a native release. From memory it used to return an integer we could increment.Our codemagic yml step is as documented in the CodeMagic documentation.
Beta Was this translation helpful? Give feedback.
All reactions