a trouble with downloading an application with plist

We are upgrading the development environment as follows.

MacOS: 10.9.5 → 10.15.2
Xcode: 5.1.1 → 11.3
Cordova:
Body: 3.6.3 → 9.0.9
IOS platform: 3.6.3 → 5.1.1

As a result, it became impossible to download with plist.

The following error has occurred.

"(Null) is already installed
(Null) cannot be installed because the bundle ID is the same as (null).
To continue, delete (null) from the device and try again. "

Please tell me how to resolve the above event.


Replies

Hi,

I have same issue when i try to install app with OTA (over-the-air). Where link is calling .plist (manifest).

Did you resolve this issue somehow?



EDIT - SOLVED:

I resolve this issue with setting "Legacy Build System" in

File > Project Settings... > Per User Settings > Build System

Then installation went successfuly there's not more error from above.