How do I use a relative path in Xcode project settings?

后端 未结 6 1988
慢半拍i
慢半拍i 2021-01-30 10:24

How do I use a relative path in Xcode project settings?

6条回答
  •  甜味超标
    2021-01-30 10:46

    In the upper left corner next to the build/stop buttons, click on the name of your project and Edit Scheme...

    In the left column, click on Run

    Click on Options

    Put a check next to Working Directory: Use custom working directory.

    You can then change the relative path to anywhere you want.

    EDIT: This is for Xcode 4.1

提交回复
热议问题