Cordova构建错误,退出代码65 - Eddy Verbruggen日历插件

时间:2015-04-29 16:10:23

标签: android ios cordova calendar llvm

我正在尝试使用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)

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

最诚挚的问候,

特洛伊

1 个答案:

答案 0 :(得分:0)

an open issue似乎是the GitHub project所以你并不是唯一面对这个问题的人。不幸的是,除非您尝试隔离并确定问题,否则您无法做很多事情,因为此时该插件似乎存在问题。

幸运的是,这个插件非常受欢迎,并且存储库中似乎有稳定的开发,因此最终可能会解决这个问题。如果你确实取得了进步或想要帮助你,你绝对应该comment on the issue