我在Phonegap中遇到问题,使用网络信息插件并使用iOS构建我的应用程序(它在Android上正常运行!)。 如果我尝试用iOS构建我的应用程序而没有网络插件,它可以正常工作!但是当我安装插件时,在构建期间,它给了我“检查依赖性错误”。 我使用的是Phonegap 3.3.0-0.19.6版本。我怎么解决这个问题?
这就是我的所作所为:
1.我只安装了这些插件,我的平台是iOS和Android
sudo phonegap plugin list
[phonegap] org.apache.cordova.geolocation
[phonegap] org.apache.cordova.splashscreen
2.我安装网络信息插件(因为在代理服务器后面从网站下载)
sudo phonegap local plugin add /Users/admin/Downloads/cordova-plugin-network-information
[phonegap] adding the plugin: /Users/admin/Downloads/cordova-plugin-network-information
[phonegap] successfully added the plugin
3.现在一切正常,我继续使用Android构建,它运行良好......
sudo phonegap build android
[phonegap] detecting Android SDK environment...
[phonegap] using the local environment
[phonegap] compiling Android...
[phonegap] successfully compiled Android app
4.但是当我尝试构建iOS时,它给了我Check dependencies错误!
sudo phonegap build ios
[phonegap] detecting iOS SDK environment...
[phonegap] using the local environment
[phonegap] compiling iOS...
[error] An error occurred while building the ios project.** BUILD FAILED **
The following build commands failed:
Check dependencies
(1 failure)
** BUILD FAILED **
答案 0 :(得分:0)
问题已解决 - 令人难以置信但我需要重新创建我的项目并使用首字母UPPERCASE设置名称。一切都有效!