- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi when I try to build my App for IOS I get an error and here is the log with the error description
** BUILD FAILED ** The following build commands failed: CodeSign build/device/Biipit.app (1 failure) Command finished with error code 65: .../Biipit/platforms/ios/cordova/build --release,--device Error: .../Biipit/platforms/ios/cordova/build: Command failed with exit code 65 at ChildProcess.whenDone (/Developer/cordova/4.1.2/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:135:23) at ChildProcess.EventEmitter.emit (events.js:98:17) at maybeClose (child_process.js:753:16) at Process.ChildProcess._handle.onexit (child_process.js:820:5)
- Tags:
- HTML5
- Intel® XDK
Link Copied
- « Previous
-
- 1
- 2
- Next »
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try renaming your files to not have @ or ~ in the file name. Use the standard letters/numbers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
OK
I let you know
thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Nothing I renamed all the files replace @ and ~ by - and nothing still show as splash screen a phonegap screen.
<?xml version='1.0' encoding='UTF-8'?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:intelxdk="http://xdk.intel.com/ns/v1" id="com.alexanderfleites.biipit" version="0.0.1" ios-CFBundleVersion="1.0">
<!--This file is generated by the Intel XDK. Do not edit this file as your edits will be lost. -->
<!--To change the contents of this file, see the documentation on the intelxdk.config.additions.xml file.-->
<intelxdk:version value="1.0"/>
<intelxdk:cordova-cli version="4.1.2"/>
<name>Biipit</name>
<description>Scan and Biipit</description>
<author>AlexDev</author>
<content src="index.html"/>
<access origin="*"/>
<icon platform="ios" src="res/icons/iPhone/icon_60x60.png" width="60" height="60"/>
<icon platform="ios" src="res/icons/UniversaliOS/icon_180x180.png" width="180" height="180"/>
<icon platform="ios" src="res/icons/UniversaliOS/Icon-60@2x.png" width="120" height="120"/>
<icon platform="ios" src="res/icons/UniversaliOS/Icon-76@2x.png" width="152" height="152"/>
<icon platform="ios" src="res/icons/UniversaliOS/Icon-76.png" width="76" height="76"/>
<splash platform="ios" src="res/screen/ios/Default.png" width="320" height="480" orientation="portrait"/>
<splash platform="ios" src="res/screen/ios/iPhone6-portrait2x.png" width="750" height="1334" orientation="portrait"/>
<splash platform="ios" src="res/screen/ios/iPhone6-Plus-portrait3x.png" width="1242" height="2208" orientation="portrait"/>
<splash platform="ios" src="res/screen/ios/Default-568h2x.png" width="640" height="1136" orientation="portrait"/>
<splash platform="ios" src="res/screen/ios/Default2x.png" width="640" height="960" orientation="portrait"/>
<splash platform="ios" src="res/screen/ios/Default-ipad2x.png" width="1536" height="2008" orientation="portrait"/>
<splash platform="ios" src="res/screen/ios/Default-ipad.png" width="768" height="1004" orientation="portrait"/>
<splash platform="ios" src="res/screen/ios/iPhone6-landscape2x.png" width="1334" height="750" orientation="landscape"/>
<splash platform="ios" src="res/screen/ios/iPhone6-Plus-landscape3x.png" width="2208" height="1242" orientation="landscape"/>
<splash platform="ios" src="res/screen/ios/Default-ipad~landscape2x.png" width="2048" height="1496" orientation="landscape"/>
<splash platform="ios" src="res/screen/ios/Default-ipad~landscape.png" width="1024" height="748" orientation="landscape"/>
<intelxdk:plugin intelxdk:name="SocialSharing*" intelxdk:value="https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin"/>
<intelxdk:plugin intelxdk:name="Dialogs (notification)" intelxdk:value="org.apache.cordova.dialogs" intelxdk:version="0.2.11"/>
<intelxdk:plugin intelxdk:name="Device" intelxdk:value="intel.xdk.device"/>
<preference name="ios-target" value="8.0"/>
<preference name="ios-configuration" value="adhoc"/>
<intelxdk:provisioning intelxdk:src="Biipit.mobileprovision" intelxdk:type="adhoc"/>
<!--creationInfo:{"src":"","projectTypeName":"com.intel.xdk.projecttype.jsapp"}--></widget>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I added this code and still showing the Cordova Screen with the robot in the center before my own Splash Screen
if( navigator.splashscreen && navigator.splashscreen.hide ) { // Cordova API detected
navigator.splashscreen.hide() ;
}
if( window.intel && intel.xdk && intel.xdk.device ) { // Intel XDK device API detected, but...
if( intel.xdk.device.hideSplashScreen ) // ...hideSplashScreen() is inside the base plugin
intel.xdk.device.hideSplashScreen() ;
}
if( window.Cordova ) { // Cordova API detected
navigator.splashscreen.hide() ; // hide splash screen
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you shoot a video of this happening and upload it please?

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- « Previous
-
- 1
- 2
- Next »