Why can I not install more than three apps?

前端 未结 8 597
甜味超标
甜味超标 2020-12-13 14:04

I have just started learning how to make iOS apps, and am using the free personal developer account.

I have made four apps so far, but do not seem to be able to inst

8条回答
  •  春和景丽
    2020-12-13 14:54

    I faced issue when I have many out of date apps in test device, like that:

    So I tried:

    Step 1: Connect to test device

    Step 2: Window -> Devices and Simulators -> Select test device

    Step 3: Click Open Console

    Step 4: Build App in test device

    Step 5: Paste MIFreeProfileValidatedAppTracker to Search input

    Step 6: Update or delete these apps with bundle id in list:

    [MIFreeProfileValidatedAppTracker _onQueue_addReferenceForApplicationIdentifier:bundle:error:]: 182: This device has reached the maximum number of installed apps using a free developer profile: {(
        "bundle id 1",
        "bundle id 2",
        "bundle id 3",
        "bundle id 4"
    )}
    

提交回复
热议问题