First Time Xcode User: The maximum number of apps for free development profiles has been reached.

I don't have any apps installed till now on my mobile phone. Even, I don't see any installed apps as well on Window -> Devices and Simulator tab as well. Still, It keeps popping up this error. Log details below:

Code Block
Unable to install "PitchPerfect"
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                     0x00000001234d181a DTDKCreateNSErrorFromAMDErrorCode + 233
1   DTDeviceKitBase                     0x0000000123512f70 90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]_block_invoke + 155
2   DVTFoundation                       0x000000010a1aef35 DVTInvokeWithStrongOwnership + 73
3   DTDeviceKitBase                     0x0000000123512ca8 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1654
4   IDEiOSSupportCore                   0x0000000123389e91 118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]_block_invoke.352 + 4165
5   DVTFoundation                       0x000000010a2e25d4 DVT_CALLING_CLIENT_BLOCK + 7
6   DVTFoundation                       0x000000010a2e4216 __DVTDispatchAsync_block_invoke + 1194
7   libdispatch.dylib                   0x00007fff70a376c4 _dispatch_call_block_and_release + 12
8   libdispatch.dylib                   0x00007fff70a38658 _dispatch_client_callout + 8
9   libdispatch.dylib                   0x00007fff70a3dc44 _dispatch_lane_serial_drain + 597
10  libdispatch.dylib                   0x00007fff70a3e5d6 _dispatch_lane_invoke + 363
11  libdispatch.dylib                   0x00007fff70a47c09 _dispatch_workloop_worker_thread + 596
12  libsystem_pthread.dylib             0x00007fff70c92a3d _pthread_wqthread + 290
13  libsystem_pthread.dylib             0x00007fff70c91b77 start_wqthread + 15
);
}
--
System Information
macOS Version 10.15.6 (Build 19G73)
Xcode 11.6 (16141)


Not sure what is the issue. Any help is appreciated. Thanks
Alright, Figured it out. You can't even have any offloaded apps from ANY vendor, including Apple, installed on the device. Removed all offloaded apps and works now.
First Time Xcode User: The maximum number of apps for free development profiles has been reached.
 
 
Q