Xcode version must be specified to use an Apple CROSSTOOL

前端 未结 5 485
庸人自扰
庸人自扰 2021-01-30 03:22

I try to build tensorflow-serving using bazel but I\'ve encountered some errors during the building

ERROR:/private/var/tmp/_bazel_Kakadu/3f0c35881c95d2c43f04614         


        
5条回答
  •  旧时难觅i
    2021-01-30 03:37

    In order to build objc, Bazel requires that you specify an xcode version - this is usually done automatically by xcode_configure. If that's not working, you can manually specify the xcode version on the command line using the --xcode_version flag.

提交回复
热议问题