SDKROOT path for latest SDK

后端 未结 4 925
悲&欢浪女
悲&欢浪女 2021-02-01 18:58

I am using Xcode to build an old code and specify SDKROOT=/Developer/SDKs/MacOSX\"${HOST_VERSION}\".sdk/

I want to specify SDKROOT for latest SDK that comes

4条回答
  •  春和景丽
    2021-02-01 19:12

    As stated in another stackoverflow question:

    xcrun --sdk macosx --show-sdk-path
    

提交回复
热议问题