How do I perform a remote build for iOS using PhoneGap on Windows? -


this first hybrid app. i'm getting dozen of these error message

c:\users\chloe\workspace\typefunctions>phonegap remote build ios [phonegap] compressing app... rm: not remove file (code ebusy): c:\users\chloe\workspace\typefunctions\build\www/lib/images/icons-svg/mail-black.svg 

there 1 search result on entire web.

my target platform windows 8.1. using phonegap 5.4.0.


strange, tried again, got different error. no mention of error though. terrible software.

c:\users\chloe\workspace\typefunctions>phonegap remote build ios [phonegap] compressing app... skipping existing file: mail-black.svg skipping existing file: tag-white.svg skipping existing file: user-black.svg skipping existing file: user-white.svg [phonegap] uploading app... [phonegap] building app...    [error] error occured while building ios app 

i managed stack trace.

error: enotempty: directory not empty, rmdir 'c:\users\chloe\workspace\typefunctions\build'  @ rethrow (fs.js:48:21)  @ maybecallback (fs.js:66:42)  @ object.fs.rmdir (fs.js:797:14)  @ object.module.exports.cleanup (c:\users\chloe\appdata\roaming\npm\node_modules\phonegap\node_modules\phonegap-build\lib\phonegap-build\create\zip.js:119:16)  @ object.callback (c:\users\chloe\appdata\roaming\npm\node_modules\phonegap\node_modules\phonegap-build\lib\phonegap-build\build\remote.js:71:21)  @ request._callback (c:\users\chloe\appdata\roaming\npm\node_modules\phonegap\node_modules\phonegap-build-api\lib\api.js:229:26)  @ request.self.callback (c:\users\chloe\appdata\roaming\npm\node_modules\phonegap\node_modules\phonegap-build-api\node_modules\request\main.js:122:22)  @ emittwo (events.js:87:13)  @ request.emit (events.js:172:7)  @ request. (c:\users\chloe\appdata\roaming\npm\node_modules\phonegap\node_modules\phonegap-build-api\node_modules\request\main.js:655:16) 

additional information

the ebusy , enotempty errors caused guard running. might possible have run -w option.

i'm still getting [error] error occured while building ios app without reason. i'm using phonegap cli , phonegap build. thought part obvious actual command line provided. target platform ios. thought given away command line too. (default) platform tags in config.xml are

<platform name="ios">     <allow-intent href="itms:*" />     <allow-intent href="itms-apps:*" /> </platform> <engine name="ios" spec="~3.9.2" /> 

the app created jquery template , command phonegap create myapp --template jquery-mobile-starter , modified.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -