bazelbuild / tulsi

An Xcode Project Generator For Bazel
http://tulsi.bazel.build
Apache License 2.0
547 stars 123 forks source link

An error occurred when executing the build_and_run.sh script macOS version 12.6.1 xcode version 14.1(14B47b) #398

Closed zxj1989 closed 1 year ago

zxj1989 commented 1 year ago

ERROR: /private/var/tmp/_bazel_mac/7652337d7a584902c02bcff27e511744/external/local_config_xcode/BUILD:12:13: in xcode_config rule @local_config_xcode//:host_xcodes: --xcode_version=13.4.1 specified, but '13.4.1' is not an available Xcode version. available versions: [14.1.0.14B47b]. If you believe you have '13.4.1' installed, try running "bazel shutdown", and then re-run your command.

zxj1989 commented 1 year ago

Add arg -x 14.1 resolve it