Game Development Community

How to set app version in XCode4 ?

by Randy Condon · in iTorque 2D · 08/16/2011 (5:13 pm) · 5 replies

Hi All,

I'm trying to create a distribution build and then validate it.

I keep getting (the dreaded) "No suitable application records found".

I have created the app info in ITunes connect.

On the organizer, the version is listed as unspecified.

Well, one long, frustrating afternoon later, I still don't know where to set the version. There is no info.plist file listed in my xcode project. I found a few different ones and tried changing the bundle version, but nothing changes when I archive.

Does anyone have any advice. (But now I need to ice my head after banging into this wall all day).

Thanks in advance.

#1
08/16/2011 (6:08 pm)
Okay, found out how to change the version.

Still not getting validated, but I'll look at something else.
#2
08/17/2011 (12:48 am)
What's the error ?
#3
08/17/2011 (8:02 am)
@Randy

Quote:Okay, found out how to change the version.

could you please share how to do it so others also can know it?
#4
08/19/2011 (12:26 pm)
Click on the iTorque 2D project file (at the top of the file list on the left). Click on Summary. All of your settings are there.
#5
08/22/2011 (10:43 am)
(Sorry for the delay)

Also, for the defacto info.plist, on the left pane where all the files are listed, click the project name at the top. (Select file view)

Then on the next column over where the projects and target are listed, click/highlight the target. Then click on the Info tab.

The 'Custom iOS Target Properties' should list all the info.plist categories. You should be able to edit/change from here.

(This is for XCode 4)