我正在尝试使用Eddy Verbruggen Calendar Plugin

我创建了一个新的入门应用(myApp),并运行了文档中的以下说明:

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

然后运行此命令:
$ cordova build

从那里我得到以下失败:
** 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)

有关如何进行的任何指导?

最好的祝福,

特洛伊

最佳答案

an open issue上似乎是the GitHub project,因此您并不孤单面对这个问题。不幸的是,除非您试图找出问题所在,否则您将无能为力,因为目前看来该插件存在问题。

幸运的是,这个插件是一个相当流行的插件,并且在存储库上似乎有稳定的开发,因此很可能最终得到解决。如果您确实取得了进步或想要提供帮助,则绝对应该comment on the issue

关于android - Cordova构建错误,退出代码65-Eddy Verbruggen Calendar Plugin,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/29949128/

10-11 01:42