How to get around Apple app ID insanity

It is a kind of limit of free developer accounts, but you could figure out a solution for that:

1- Navigate to the project of any previous application that have been installed on the same device has the problem with .

2- Open Build Settings tab for the app project in Xcode .

3- Search for Bundle ID and copy it .

4- Open up your current app that has the problem and navigate to the same place > Paste and Replace the current Bundle ID with the old one.

5- Run the app.

!!! WALA


Same thing happened to me. I presume it's some kind of a new limit that Apple has put on "non-paying" developers, and that it limits you to 10 apps in 7 days.

Edit - To resolve this, I'll just make a random apple dev ID...


I faced the same situation in my new mackbook with xcode 7.3.1 version. Even if I tried with old bundle identifier, it didnt worked. Following below steps helped me to run the app in device.

  1. Got to xcode preference
  2. Click accounts and choose your apple id.

  1. Click the View details
  2. And Click download All.

This will download all the provisioning profile associated with given apple id. And after that use any identifier that you have used before. You can easily get the old identifier from provisioning profile names.