It fails as if the config file is missing something now, after i updated from 2.3.0
Can somebody take a look at it?
I tried changing the reference to cordova.js in my index.html file by removing version suffix but did not work
I added
<script src="../js/cordova-2.4.0.js"></script>
<script src="phonegap.js"></script>
<script src="childbrowser.js"></script>
But wont build still.
Here si my config file just in case...
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "com.myappid.appname"
version = "2.4.0">
<name>MC 2.4.0</name>
<description>PG 2.4.0 | Backbone 0.9.10 | Underscore 1.4.4</description>
<author href="http://phonegap.com" email="info@ms.com">MS Mobile</author>
<!-- APP PREFERENCES -->
<preference name="phonegap-version" value="2.4.0" />
<preference name="orientation" value="default" />
<preference name="target-device" value="universal" />
<preference name="webviewbounce" value="false" />
<preference name="fullscreen" value="false" />
<!-- APP ICONS -->
<icon src="css/images/Icon.png" width="57" height="57" />
<icon src="css/images/Icon-Small@2x.png" width="58" height="58" />
<icon src="css/images/Icon-72.png" gap:platform="ios" width="72" height="72" />
<icon src="css/images/Icon@2x.png" width="114" height="114" />
<!-- SPLASH IMAGES -->
<gap:splash src="css/images/splash.png" />
<gap:splash src="css/images/Default_at_2x.png" width="640" height="960" />
<gap:splash src="css/images/Default-568h@2x.png" gap:platform="ios" width="640" height="1136"/>
<gap:splash src="css/images/Default_at_2x.png" gap:platform="android" gap:density="hdpi" />
<gap:splash src="css/images/Default_at_2x.png" gap:platform="android" gap:density="xhdpi" />
<!-- DEVICE PERMISSIONS -->
<feature name="http://api.phonegap.com/1.0/device" />
<feature name="http://api.phonegap.com/1.0/geolocation"/>
<feature name="http://api.phonegap.com/1.0/notification"/>
<feature name="http://api.phonegap.com/1.0/network"/>
<!-- FACEBOOK APP API KEY -->
<gap:plugin name="FacebookConnect">
<param name="APP_ID" value="1120569256214342" />
</gap:plugin>
<!-- CHILD BROWSER -->
<feature name="http://plugins.phonegap.com/ChildBrowser/4.0.0" />
<gap:plugin name="ChildBrowser" />
<!-- WHITE-LISTING -->
<access origin="*" />
</widget>
Loading Profile...


Twitter,
Facebook, or email.

EMPLOYEE

