function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Madhu DkMadhu Dk 

Not able to build/ run iOS App

Hi All,

I have created hybrid-remote app.
while running in xcode, i am getting this error

errors

it says
Duplicate interface definition for class 'CDVPluginResult'
Duplicate interface definition for class 'CDVInvokedUrlCommand'
Redefinition of 'CDVCommandStatus'
Property has a previous declaration  and so on...

i guess while doing cordova prepare it is not building to native ios properly.

i did remove platform also,but same issue
Kindly help me out.