Xcode 4 build setting variables for scheme scripts

后端 未结 2 1764
孤独总比滥情好
孤独总比滥情好 2021-02-03 12:53

I\'m still getting used to Xcode 4, so forgive me if this is an asinine question:

In previous versions of Xcode, one could use any of the build setting variables (such a

2条回答
  •  盖世英雄少女心
    2021-02-03 13:20

    You can still add a Run Script to a target in Xcode 4 in much the same way you could with Xcode 3. First select the project in the left hand project navigator pane and then with the target selected look in the Build Phases tab for the Run Script section. The scripts can use the usual set of variables as with Xcode 3.

    Reading some of the posts on this topic in the Apple developer forums it seems that Apple has at least acknowledged the limitations of the pre and post actions so we might see it fixed in a future update (open a bug report with Apple if you have not already done so).

提交回复
热议问题