Bundle Identifier issue

I’m trying to upload my app, but the uploader is saying my app is using the wrong bundle identifier even though in my build.settings file I have the correct identifier.

It seems to be using a bundle identifier from the first app I built a few months ago, and I have successfully built apps in between.

My build.settings file:

settings =  
{  
iphone =  
{  
plist =  
{  
CFBundleIdentifier = "new and correct bundle identifier",  
CFBundleIconFile = "Icon.png",  
},  
}  
}  

The error message from application uploader:

Bundle identifier “incorrect old bundle identifier” differs from reserved bundle identifier “new bundle identifier” [import]uid: 10903 topic_id: 10163 reply_id: 310163[/import]

A few more notes on the issue. After building I get this at the end of my terminal feed:

2011-05-17 23:36:20.643 Validation[40892:903] *** Warning: Defaulting to the standard codesign tool

Also, building to a different build folder does not help, nor does deleting my sandbox files. [import]uid: 10903 topic_id: 10163 reply_id: 37113[/import]

Also, reinstalling my distribution certificate did not help. [import]uid: 10903 topic_id: 10163 reply_id: 37117[/import]

Moving to the most recent daily build does not help either. [import]uid: 10903 topic_id: 10163 reply_id: 37157[/import]

I’ve hit a wall on this, any help would be useful. [import]uid: 10903 topic_id: 10163 reply_id: 37248[/import]

Im also getting this and my plist.info file is stating the correct version.

Is this a bug? [import]uid: 8699 topic_id: 10163 reply_id: 37903[/import]

Ive just got it to upload, but had to set the bundle version as 1.60 instead of 1.6. [import]uid: 8699 topic_id: 10163 reply_id: 37905[/import]

How do you set the bundle version? I got mine to upload by getting a new distribution certificate. [import]uid: 10903 topic_id: 10163 reply_id: 37951[/import]