尝试从命令行构建iphone应用程序时遇到奇怪的xcodebuild错误:
codebuild build -quiet -project configcc.xcodeproj -scheme configcc -configuration Debug -destination generic/platform=iOS -destination-timeout 1
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ generic:1, platform:iOS }
Available destinations for the "configcc" scheme:
{ platform:macOS, arch:x86_64 }
make[2]: *** [xcodebuild-debug-device] Error 70
make[1]: *** [sub-configcc-configcc-pro-all] Error 2
有关如何解决或我应该检查的任何建议?我只是在我想要设置用作Jenkins构建机器的新手Macbook上看到这个。我通常的macbook使用完全相同的命令构建得很好,所以我的环境中一定有问题。