Recently I could no longer upgrade phonegap's ios platform to the latest version. So I went down the road of upgrading phonegap, cordova, npm, and node.
Now, no matter what I try, I cannot get phonegap or cordova to build my ios platform directory with anything but the HelloCordova app.
My app's SVN tree is successfully building on teammate's systems in other locations, but my "latest and greatest" system seems to be completely ignoring my config.xml file.
My question - has something changed in cordova or phonegap in recent months that has completely changed how it uses or looks for config.xml? If not, any other ideas are appreciated. I'll try anything, as I'm currently boat-anchored, and I can't find any documentation of someone else with this issue.
Here is my version info. Also noticed that phonegap and cordova tell me they have registered my plugins. But when I look into the platform directory, all I see are the HelloCordova www files and the plugins directory is empty. I've completely unistalled and reinstalled all the tools listed below, and I am using Xcode 7.
npm -v
3.3.6
node -v
v5.0.0
cordova -v
5.3.3
phonegap -v
5.3.6
phonegap plugins list
cc.fovea.cordova.purchase 3.11.0 "Purchase"
com.elixel.plugins.settings 1.0.0 "Settings"
com.ionic.keyboard 1.0.4 "Keyboard"
com.mytrobo.tts 4.3.10 "TTS"
com.telerik.plugins.wkwebview 0.3.1 "WKWebView Polyfill"
cordova-plugin-globalization 1.0.1 "Globalization"
cordova-plugin-inappbrowser 1.0.2-dev "InAppBrowser"
de.neofonie.cordova.plugin.nativeaudio 3.1.0 "Cordova Native Audio"
fr.pierrickrouxel.cordova.plugin.iCloudKV 0.3.0 "iCloudKV"
nl.x-services.plugins.backgroundaudio 1.0.0 "BackgroundAudio"
org.apache.cordova.console 0.2.13 "Console"
org.apache.cordova.device 0.3.0 "Device"
org.apache.cordova.network-information 0.2.15 "Network Information"
org.apache.cordova.splashscreen 1.0.0 "Splashscreen"
phonegap platforms list
Installed platforms:
Available platforms: amazon-fireos, android, blackberry10, browser, firefoxos, ios, osx, webos
Thanks! :]
Chris