error indication on building custom ios app

error indication on building custom ios app

by deva m -
Number of replies: 2

Hi,

Instead of using phonegap, i tend use ionic/cordova - xcode to build app for IOS platform.

some plugins were related to phonegap in the config.xml,

it causes problem in building app. i had plotted below the plugins that were failed to install,

-----------phonegap-plugin-push

-----------net.tunts.webintent

-----------ch.ti8m.documenthandler

how to proceed with this scenario ?




Average of ratings: -
In reply to deva m

Re: error indication on building custom ios app

by Juan Leyva -
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers

Hi,

you should use PhonegapBuild to avoid problems with Cordova and cordova plugins versions.

Apart from that, you should double check that the plugins and platform version match the ones in the config.xml file

In reply to Juan Leyva

Re: error indication on building custom ios app

by deva m -

ok, thanks juan...