1

I built an app on my computer using xcode and I want to try running it on my iphone. Whenever I press run it shows me an error saying "Please delete apps signed with your free account from this device to remain under the limit." I don't know what it means. I checked other threads to see if there was a solution and I tried some things where I disconnected devices with my apple id, I unpaired my phone and then paired it again, etc. If anyone has any solution for my problem, I would seriously appreciate it.

This is the error it shows.

bmike
  • 235,889

1 Answers1

0

If you get this error on a freshly erased device, then the issue is your Apple ID and you will need to contact Apple Support.

More likely is you have three apps already loaded or extra provisioning profiles lingering on the device so delete one or more of your other apps and then try to install the app with which you get this error.

More details on this over at stack overflow on app extensions and other apps that can be counted as free app installs by Xcode. Upgrading Xcode may fix this error as well.

Known Issues When targeting devices running iOS 13.3.1, tvOS 13.3.1, watchOS 6.1, or later using a free Apple Developer account, app extensions incorrectly count against the limit of three apps installed simultaneously. When this happens, Xcode reports an error: “The maximum number of apps for free development profiles has been reached.” (59264389) (FB7568073)
Workaround: Delete apps signed with your free account from your device and also remove any associated provisioning profiles from the device using Xcode’s Devices window. If your app contains more than two app extensions, remove them to remain under the three app limit

bmike
  • 235,889