xcoderenamearchiveorganizer

XCode 4: Archive is using old project name


I have renamed my project successfully.

However, when I create an archive (I'm ready to upload it to the store), Organizer is showing the archive named with the OLD project name.

In fact I have renamed this project twice! And it is showing the original name.

I don't know if this is going to trip me up, but it is annoying. Where is this name determined?

In my info.plist everything is using the default values, and in my target's build settings Product Name is correctly set.

I can't see anywhere else this old name might be lurking. Cleaning the project and restarting Xcode doesn't do a thing.

How can I correct this?

PS XCode 4.0.2


Solution

  • Go to Product -> Scheme -> Edit Scheme in the list on the left select Archive and you will get a form with text box Archive Name where you can make your change.

    This works for Xcode 4.6 + for sure.