I’m curious. I submitted a ticket yesterday at this time concerning an issue with uploading the app to the app store. Based on the activity of these boards, I wouldn’t expect them to be so inundated with support requests that it would take a full day to get back to me on what (I assume) is a relatively easy question.
I would have asked it here in the forums, but I’ve found some questions are ignored here.
It’s really a simple question. I’m getting an error about the CFBundleVersion needing to be higher than the one previously submitted. I didn’t have anything in the original build.settings about a version number, so I added the following:
settings =
{
iphone =
{
plist =
{
CFBundleVersion = "1.01",
CFBundleDisplayName = "Marbles"
},
}
}
I’ve tried some other variants like 1.0.1 and 1.1 and even 2.0 with no luck. I’ve also tried matching it with the Version asked for when doing the build.
I was surprised by the lack of documentation. I’m sure I’m missing something simple – this is just an app update after all. [import]uid: 8776 topic_id: 5957 reply_id: 305957[/import]