使用Cordova工具在VS 2017社区上的iOS构建失败,并使用XCode 12和Remotebuild连接到MacOS Catalina

问题描述

我已经创建了一个Cordova项目,并且能够使用以Android为目标的Cordova CLI在Windows 10计算机上成功构建该项目。编译后的APK文件可以在我的Android手机上正常运行。

我还需要构建到IOS,因此我将XCode 12与Macbook上的CLI工具一起使用,并且以非安全模式使用Remotebuild。我在Macbook上使用Node 11.15.0,因为最新版本在Remotebuild中引发错误。 Visual Studio 2017社区很高兴地连接到Remotebuild,将源发送到Remotebuild以执行生成,但是生成失败并出现以下错误

Severity    Code    Description Project File    Line    Suppression State
Error       Remote build error from the build server http://192.168.154.128:3000/cordova - Build Failed with error Error code 1 for command: xcodebuild with args: -xcconfig,/Users/frank/.taco_home/remote-builds/taco-remote/builds/4198/cordovaApp/platforms/ios/cordova/build-debug.xcconfig,-project,BlankCordovaApp2.xcodeproj,-target,BlankCordovaApp2,-configuration,Debug,-sdk,iphonesimulator,-destination,platform=iOS Simulator,build,CONfigURATION_BUILD_DIR=/Users/frank/.taco_home/remote-builds/taco-remote/builds/4198/cordovaApp/platforms/ios/build/emulator,SHARED_PRECOMPS_DIR=/Users/frank/.taco_home/remote-builds/taco-remote/builds/4198/cordovaApp/platforms/ios/build/sharedpch  BlankCordovaApp2        1   

我不知道如何找到有关导致此错误的原因的更多信息,因此我不确定从何处去。任何帮助将不胜感激。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...