1
我正在開發一個電話3.0.0的應用程序。我需要顯示確認對話框,所以我說了通知插件從PhoneGap的CLI使用以下命令(如CLI Documentation描述):通知插件不工作phonegap 3.0 for iphone
$ phonegap local plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs.git
但現在我不能構建項目。當我嘗試構建它失敗,出現以下錯誤:
** BUILD FAILED **
The following build commands failed:
CompileC build/CamTest.build/Debug-iphonesimulator/CamTest.build/Objects-normal/i386/CDVNotification.o CamTest/Plugins/org.apache.cordova.dialogs/CDVNotification.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
當我刪除通知插件時,一切正常。我也試過以下在我的config.xml(CamTest/WWW/config.xml中)添加到無影響:
<feature name="Notification">
<param name="ios-package" value="CDVNotification" />
</feature>
請有人告訴我如何與PhoneGap的3.0.0插件工作。我試着在iPhone模擬器上。謝謝。
你什麼錯誤?嘗試運行'phonegap local build -d'來獲取更多調試信息。 – MBillau
@MBillau更新我的問題。 –