ios - cordova plugin cannot be properly installed in sencha touch -



ios - cordova plugin cannot be properly installed in sencha touch -

i doing sencha touch project cordova. both lastest version:sencha touch 2.3.2, cordova install npm (sudo npm install -g cordova). recently, meet task need :ext.device.browser.open({url:url}). when build native, doesn't work, no broser shows , doesn't go url.("do right?") seek install plugin:inappbrowser.

cordova plugin add together org.apache.cordova.inappbrowser

and shows installed successfully

fetching plugin "org.apache.cordova.inappbrowser" via plugin registry installing "org.apache.cordova.inappbrowser" ios

but when build sencha project,it showes that:

[inf] [shellscript] next build commands failed: [inf] [shellscript] compilec build/fitnessmobile.build/debug-iphonesimulator/fitnessmobile.build/objects-normal/i386/cdvinappbrowser.o fitnessmobile/plugins/org.apache.cordova.inappbrowser/cdvinappbrowser.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler [inf] [shellscript] (1 failure) [inf] [shellscript] error: /users/hexue/documents/projects/cuge/mobileapp/fitnessmobile/cordova/platforms/ios/cordova/build: command failed exit code 65 [inf] [shellscript] @ childprocess.whendone (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:131:23) [inf] [shellscript] @ childprocess.eventemitter.emit (events.js:98:17) [inf] [shellscript] @ maybeclose (child_process.js:753:16) [inf] [shellscript] @ process.childprocess._handle.onexit (child_process.js:820:5) [err] next error occurred while executing line: /users/hexue/documents/projects/cuge/mobileapp/fitnessmobile/.sencha/app/build-impl.xml:422: next error occurred while executing line: /users/hexue/documents/projects/cuge/mobileapp/fitnessmobile/.sencha/app/cordova-impl.xml:118: next error occurred while executing line: jar:file:/users/hexue/bin/sencha/cmd/4.0.4.84/sencha.jar!/com/sencha/ant/antlib.xml:608: shellscript returned: 1

i need help!!!!

i solved provlem init crodova name;

sencha cordova init xxxxxxxx

then add together plugin , build. no error!

ios cordova extjs plugins sencha-touch

Comments