How to change output directory for a target

前端 未结 7 1780
执笔经年
执笔经年 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条回答
  •  囚心锁ツ
    2020-12-13 13:04

    Updated instructions for Xcode 5 up to 6.3.

    1. Go to File -> Project settings
    2. Click the Advanced button
    3. Click Done, then Done once more.

    And you are done!

提交回复
热议问题