Cordova Build Error Exit Code 65 - Calendar Plugin Eddy Verbruggen

I am trying to use Eddy Verbruggen Calendar Plugin

I created a new beginner app (myApp) and followed the instructions from the documentation:

$ cordova plugin add https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin.git

      

and run the following command:

$ cordova build

      

From there I get the following crash:

** BUILD FAILED **


The 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 with exit code 65
at ChildProcess.whenDone    (/usr/local/lib/node_modules/cordova/node_modules/cordova- lib/src/cordova/superspawn.js:135:23)
at ChildProcess.emit (events.js:98:17)
at maybeClose (child_process.js:756:16)
at Process.ChildProcess._handle.onexit (child_process.js:823:5)

      

Any guidance on how to proceed?

Regards,

Troy

+3


source to share


1 answer


It seems like an open issue in the GitHub project so you are not alone in this question. Unfortunately, unless you try to isolate and identify the problem, you cannot do what appears to be a plugin problem at the moment.



Fortunately, this plugin is quite popular and there seems to be sustainable development in the repository, so this may eventually be considered. If you are making progress or want to help, you should comment on this issue .

0


source







All Articles