cordova
Phonegap/Cordova Build error – Apple Mach-O Linker Error: no such file or directory: libCordova.a
What I found confusing with PhoneGap/Cordova 2.1.0 by upgrading from 1.4 is that there are TWO projects in my application. There is MyApplication.xcodeproj and CordovaLib.xcodeproj. The changes to resolve this issue need to be applied to the CordovaLib project. Change “Build Active Architecture Only” to “YES” Update the text file project.pbxproj to these values Toggle … Read more
Where do I find cordova.js?
I wasted a lot of time looking for a solution on the question “Where get the cordova.js?”. I am developing a mobile app using html+css+jQuery mobile and i am building it using the phonegap web build service. The version of phonegap i am working on is 3.1.0. I was trying to find how to use … Read more
Failed to get absolute path to installed module
I got the same error message when adding a local plugin: Error: Failed to get absolute path to installed module. Using the option –nofetch ([email protected]) fixed it: cordova plugin add ../my-plugin –nofetch According to https://github.com/apache/cordova-cli/blob/master/RELEASENOTES.md : Use –nofetch flag to fetch platforms and plugins using old fetching logic.