Hello guys.. I finally got the solution to this problem;
Unable to install "MyApp"Domain: com.apple.dt.MobileDeviceErrorDomainCode: -402620383--The maximum number of apps for free development profiles has been reached.Domain: com.apple.dt.MobileDeviceErrorDomain
Go to the Console app can be found in the Window >> Devices and Simulators >> click the 'Open Console' button in your phone's tab. In the Console app, type "MIFreeProfileValidatedAppTracker" in the upper right corner's search box will help you find the detail of this message after failed running your app.
I have also found that most of the bundle IDs shown in the error message are auto offload apps. Turns out the Xcode misclassified all the auto offloaded apps (apps you have not used for a while) as your free developer account's test apps. If you encounter the same problem, the solution is to re-download all the offload apps. Then, turn off the auto offload in the iPhone Settings - iTunes & App Store - Offload Unused Apps to prevent this from happening again.
Post
Replies
Boosts
Views
Activity
@jsnee I have only 2 apps under my development profile and I don't understand why the message say that I have exceeded?
I have confirmed this by going to: Window>> Devices and Simulators >> Right clicking on my iPhone 11 device >> Show Provisioning Profiles >> I have 2 iOS Team Provisioning Profiles listed for the 2 App IDs.
My iPhone 11 device has only one development app installed.
However the strange thing is I can run the same app on my older iPhone 6 device without the error.
Same Error Please Assist :( :(
Details
Unable to install "MyApp"
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620383-
The maximum number of apps for free development profiles has been reached.
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620383
User Info: {
DVTRadarComponentKey = 487925;
MobileDeviceErrorCode = "(0xE8008021)";
"com.apple.dtdevicekit.stacktrace" = (
0 DTDeviceKitBase 0x000000011901a81a DTDKCreateNSErrorFromAMDErrorCode + 233
1 DTDeviceKitBase 0x000000011905bf70 __90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]_block_invoke + 155
2 DVTFoundation 0x000000010062b155 DVTInvokeWithStrongOwnership + 73
3 DTDeviceKitBase 0x000000011905bca8 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1654
4 IDEiOSSupportCore 0x0000000118ed2e91 __118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]_block_invoke.352 + 4165
5 DVTFoundation 0x000000010075e7f4 DVT_CALLING_CLIENT_BLOCK + 7
6 DVTFoundation 0x0000000100760436 __DVTDispatchAsync_block_invoke + 1194
7 libdispatch.dylib 0x00007fff6adfc6c4 _dispatch_call_block_and_release + 12
8 libdispatch.dylib 0x00007fff6adfd658 _dispatch_client_callout + 8
9 libdispatch.dylib 0x00007fff6ae02c44 _dispatch_lane_serial_drain + 597
10 libdispatch.dylib 0x00007fff6ae035d6 _dispatch_lane_invoke + 363
11 libdispatch.dylib 0x00007fff6ae0cc09 _dispatch_workloop_worker_thread + 596
12 libsystem_pthread.dylib 0x00007fff6b057a3d _pthread_wqthread + 290
13 libsystem_pthread.dylib 0x00007fff6b056b77 start_wqthread + 15
);
}-
System Information
macOS Version 10.15.5 (Build 19F96)
Xcode 11.5 (16139)