Why can I not install more than three apps?

前端 未结 8 592
甜味超标
甜味超标 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:28

    The actual limitation for the number of applications on a free developer account (at the time of writing) seems to be like this:

    • Three usable apps (I mean: 3 apps with an active provisioning profile)

    But, probably due to an error the way Apple counts, you can't compile and install directly the third app. You have to remove it from the device before installing.

    0 讨论(0)
  • 2020-12-13 14:30

    I just delete one app installed using the same profile, then it works. Besides I change another Apple Develper ID, then it works.

    0 讨论(0)
  • 2020-12-13 14:42

    I believe there was not a satisfactory answer yet...

    It is a big sudden problem that came with OSX10. There are several errors I and others report:

    on new project:

    1/ The maximum number of apps for free development profiles has been reached.

    on the project working on macOS before 10 (8 or 9) .

    1/ mycode0001 requires a provisioning profile. Select a provisioning profile for the "Debug" build configuration in the project editor.

    2/ Code signing is required for product type 'Application' in SDK 'iOS 10.0'

    It is critical for quite a few developers to know how to address this!

    0 讨论(0)
  • 2020-12-13 14:44

    This is how I solved this issue: I deleted all my test apps in the emulator and on the iPhone. Additionaly, I removed them in iTunes. Afterwards that message disappeared and I was able to build my app.

    0 讨论(0)
  • 2020-12-13 14:53

    Just delete the apps that you have installed using the same profile from your device. just clean the project by using the command SHIFT+Command+K ,Try to run the project again.In my case it worked .No need to pay any fee.I hope it works for you too.

    0 讨论(0)
  • 2020-12-13 14:53

    Go to Window -> Devices and Simulators. Then delete any apps from the INSTALLED APPS section. Just clean and run the project. It worked for me.

    0 讨论(0)
提交回复
热议问题