我的离子项目之前正在构建 - 但我无法再生成xcode项目。
当我做ionic build ios
时,我得到了:
~/ionic-project/platforms/ios/ionic-project/Plugins/ionic-plugin-deploy/IonicDeploy.m:345:27: error: no visible @interface for 'UIView' declares the selector 'loadRequest:'
[self.webView loadRequest: [NSURLRequest requestWithURL:components.URL] ];
~~~~~~~~~~~~ ^~~~~~~~~~~
2 warnings and 1 error generated.
.Distinct()
中提到了类似的错误,但“解决方案”毫无意义。
我正在运行OSX 10.10.5
节点4.2.6
离子1.7.14
xcode 7.2
答案 0 :(得分:1)
有一个拉取请求等待解决此问题:
https://github.com/driftyco/ionic-plugin-deploy/pull/50
cordova-ios@4.x已弃用某些功能(请参阅https://github.com/apache/cordova-ios/blob/master/RELEASENOTES.md)
我希望它有所帮助。再见!