我正在尝试使用 SDK 中的模板用 Go 和 QML 创建一个新 Ubuntu Touch 应用程序。该应用程序无法构建并出现以下错误。
17:41:47: Running command go get -d -u gopkg.in/qml.v0
package gopkg.in/qml.v0/tref: C source files not allowed when not using cgo or SWIG: tref.c
17:41:49: The process /usr/bin/go exited with errors.
Error while building/deploying project vsteamservices (kit: Desktop)
When executing step "Run Go install"
17:41:49: Elapsed time: 00:02.
我是不是错过了一些显而易见的东西?有没有人真的能帮我解决这个问题?我对 Go/QML 了解不够,不知道如何调试/修复这个问题,谷歌搜索也没有给出任何有用的信息。但我猜这个模板应该是开箱即用的。所以我猜我只是错过了一些东西。