android - Cordova build error, exit code 65 - Eddy Verbruggen Calendar Plugin -


i trying use eddy verbruggen calendar plugin

i created new starter app (myapp), , ran following instructions documentation:

$ cordova plugin add https://github.com/eddyverbruggen/calendar-phonegap-plugin.git 

and run command afterwards:

$ cordova build 

from there following failure:

** build failed **   following build commands failed:  compilec build/myapp.build/debug-iphonesimulator/myapp.build/object-normal/i386/calendar.o myapp/plugins/nl.x-services.plugins.calendar/calendar.m normal i386 objective-c  com.apple.compilers.llvm.clang.1_0.compiler (1 failure) error: /users/stellar/desktop/myapp/platforms/ios/cordova/build: command failed exit code 65 @ childprocess.whendone    (/usr/local/lib/node_modules/cordova/node_modules/cordova- lib/src/cordova/superspawn.js:135:23) @ childprocess.emit (events.js:98:17) @ maybeclose (child_process.js:756:16) @ process.childprocess._handle.onexit (child_process.js:823:5) 

any guidance on how proceed?

best regards,

troy

it seems an open issue on the github project you're not alone in facing issue. unfortunately, unless attempt isolate , identify issue there isn't can appears problem plugin @ moment.

fortunately, plugin popular 1 , there appears steady development on repository addressed eventually. if make progress or want out should comment on issue.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -