【发布时间】:2017-09-07 12:45:31
【问题描述】:
所以这一直困扰着我。我的 Cordova 应用程序可在 OSX 上运行,但所有需要 Cordova 插件的功能除外。 XCode 日志还表明 deviceready 尚未触发。
XCode 日志:
navigating to file:///Users/user/Library/Developer/Xcode/DerivedData/MyApp-feowaffvmctzslbtwdzoyypjgece/Build/Products/Debug/MyApp.app/Contents/Resources/www/index.html
WebStoragePath is '/Users/user/Library/Application Support/com.myapp.osx', modify in config.xml.
Welcome to the My App!
ERROR: Plugin 'File' not found, or is not a CDVPlugin. Check your plugin mapping in config.xml.
ERROR: Plugin 'StatusBar' not found, or is not a CDVPlugin. Check your plugin mapping in config.xml.
ERROR: Plugin 'InAppBrowser' not found, or is not a CDVPlugin. Check your plugin mapping in config.xml.
deviceready has not fired after 5 seconds.
Channel not fired: onFileSystemPathsReady
【问题讨论】: