How to change output directory for a target

前端 未结 7 1820
执笔经年
执笔经年 2020-12-13 12:12

I am using a workspace where I have a main app project and then a static library project which is used by the main app. I want static library project to spit out libX.a into

7条回答
  •  旧时难觅i
    2020-12-13 13:04

    If you want to change build path of your project you can change using following steps.

    1) Choose Xcode > Preferences, and click Locations.

    2) Click the Advanced button for the Derived Data setting.

    3) Select a build location from the available options, and click Done.

    ex. if you choose 'Custom' from Build Location option your build will be generate at '/Users/XYZ/Desktop/Build/Products' Location

提交回复
热议问题