Cordova Push插件iOS 8

tl8*_*tl8 3 apple-push-notifications cordova ios8

可能与PhoneGap Push Plugin相同的问题不会注册iOS 8设备,但我确实有错误消息.

我已经检查了插件版本,我正在使用iOS mods获得新版本.

2014-09-26 15:50:54.070 Score My Selfies[401:89341] CDVPlugin class PushPlugin (pluginName: PushPlugin) does not exist.
2014-09-26 15:50:54.071 Score My Selfies[401:89341] ERROR: Plugin 'PushPlugin' not found, or is not a CDVPlugin. Check your plugin mapping in config.xml.
2014-09-26 15:50:54.072 Score My Selfies[401:89341] -[CDVCommandQueue executePending] [Line 158] FAILED pluginJSON = [
  "PushPlugin599142626",
  "PushPlugin",
  "register",
  [
    {
      "alert" : "true",
      "ecb" : "onNotificationAPN",
      "sound" : "true",
      "badge" : "true" 
    }
  ]
Run Code Online (Sandbox Code Playgroud)

我也已经多次卸载并重新安装了该插件.

tl8*_*tl8 5

我设法通过将PushPlugin.m添加到Build Phases-> Compile Sources来解决这个问题.

不确定这是Cordova问题还是Netbeans问题.