Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

xcode - How to get around Apple app ID insanity

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. Up until now I've just been typing in garbage IDs to get around this stupid antifeature, but today I was greeted with this gem:

Unable to add App ID because the '10' App ID limit in '7' days has been exceeded.

So now I'm blocked from creating any more test apps, effectively stopping my development dead in its tracks (I write libraries and frameworks, and need to test them in test apps).

Does anyone know of a way to bypass or disable Apple's restrictions?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

It is type of limits of free developer accounts, but we could figure out a solution for that too :

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...