I tried that, but now I can’t even build it. I get “An error occurred during the build. Please consult the Console logs (or the corresponding Terminal window) for more details.”, but nothing show on my terminal that could indicate anything.
But without this modification, I was able to build it normally.
Any thoughts?
Thanks a lot [import]uid: 95495 topic_id: 24132 reply_id: 97444[/import]
If you don’t set that in the build.settings file, but when you build the app on the dialog there are two version numbers. The first one has to be a positive whole number greater than the one for a build currently in the store. The second one can be any version number you like. I like most people set the second one to match like this:
versionCode: 3
version: 1.3
the next version would be versionCode 4 and version 1.4 but I wouldn’t think that Corona would let you get past the build dialog without those filled out correctly. [import]uid: 19626 topic_id: 24132 reply_id: 97523[/import]
I don’t put anything in my build.settings file for this.
I set it on the build dialog screen
You don’t use 3 and 1.3 unless a) you want to and b) it’s the 3rd release.
You’re free to start your first version a 142176 if you want to. But most people would make their first release 1, 2nd release 2 etc. for the versionCode and then match the versionName as 1.1, 1.2, etc.
[import]uid: 19626 topic_id: 24132 reply_id: 97533[/import]