Unable to Validate update to existing App for iOS

Trying to update an existing App with a new version. Same name, but incremental change to Version and Build. Keep receiving the error: "App Record Creation failed due to request containing an attribute already in use."

I have checked the Bundle Identifier and it is identical to previous Versions. This is not a new App, but an updated version.

Any insights/help would be greatly appreciated.

Accepted Answer

After several days of playing around with this issue, I noticed that the Organizer window had two entries for my App: one was "com.myname.appname" and the other was "com.myname.appname-SAMPLE-CODE-DISAMBIGUATOR-". For whatever reason, my new builds were being placed under the former. When I changed the name of my Bundle Identifier, in Xcode, to the later the new build was now under the later and everything worked as expected. I was able to Validate and submit to Apple for review. Not sure why this worked but will certainly remember the experience.

Unable to Validate update to existing App for iOS
 
 
Q