controlling which project header file Xcode will include

后端 未结 5 499
耶瑟儿~
耶瑟儿~ 2020-11-30 07:01

My Xcode project builds to variations of the same product using two targets. The difference between the two is only on which version of an included library is used. For the

5条回答
  •  天命终不由人
    2020-11-30 07:20

    Use USE_HEADERMAP=NO and in "User Header Search Paths" include your custom directory first and project directory recursively second: ${PROJECT_DIR}/TheirNewLib ${PROJECT_DIR}/**

提交回复
热议问题