Bug show

Your maximum App ID limit has been reached. You may create up to 10 App IDs every 7 days. You can create 10 APP IDs every 7 days

———— I am a lovely divider ————

In other words, your current developer account is valid for 7 days to create your APP IDs, and again, the maximum number of saturated apps created within 7 days is 10. This is a bit of a pit, one of the changes to XCode7, because especially for beginners, you need to create most of the demo to debug the application, write the features, and add them to the corresponding application, and this restriction is obviously for the sake of optimizing the resources of apple developer files

  • The problem appeared, how to solve it, I use a relatively stupid plan, of course, is also feasible:

    Write down the Bundle Identifier of each project you create (either by yourself or by your own account), however you like. I use Evernote to do this. When I create a project, I just use the Bundle Identifier I created earlier.




    Bundle Identifier

2. XCode is a jumble of words

Let’s take a screenshot




twitter

To facilitate user search, now post the output code:

ChildDoByFarther[10287:907310] Subsystem: com.apple.UIKit, category: HIDEventFiltered, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 1, privacy_setting: 2, enable_private_data: ChildDoByFarther[10287:907310] subsystem: com.apple.UIKit, category: HIDEventIncoming, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 1, privacy_setting: 2, enable_private_data: [10287:907305] ChildDoByFarther[10287:907305] subsystem: com.apple.BaseBoard, category: MachPort, enable_level: 1, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 0, enable_private_data: ChildDoByFarther[10287:907269] subsystem: com.apple.UIKit, category: StatusBar, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 1, privacy_setting: 2, enable_private_data: 0 2016-10-17 17:17:12. 889922 ChildDoByFarther [10287-907269] subsystem: com. Apple. BackBoardServices. The fence, the category: App, enable_level: 1, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 0, enable_private_data: 0Copy the code

Here, in fact, is the XCode log output after XCode8 update, anyway I can’t read it, so far it doesn’t matter to me, if you can read it, you can send me a private message to study it. Ok, next, the solution, the possible solution modified configuration so far (directly from above):

  1. Click on the project name in the upper left corner of XCode and the following appears:




    Enter the configuration

  2. Select Environment Variables from Arguments and click the + sign:




    Select Configuration correlation

  3. OS_ACTIVITY_MODE, value set to disable……….. Click Close after adding




    Add the configuration

  4. The perfect solution




Here we will constantly update the bugs and problems encountered in our projects, and give relevant solutions, we hope that we can communicate more. Finally, I attach my personal Github to learn from and communicate with each other: Github of Zhangfurun