As you all know, Apple changed how Xcode works such that you can\'t ever create an app with a previously used app ID, even if you\'re just writing test apps to use locally.
Xcode>General>Identity
Copy Previous Bundle ID
Bundle Identifier : AppleDeveloperName-PreviousProjectName(or whatever)
Paste it in the new project's Bundle ID. It should be fine now.