Xcode 5.0: Apple where is Add Build rule gone?

倖福魔咒の 提交于 2019-12-23 09:18:15

问题


I cannot find Add Custom Build Rule option on Version 5.0 (5A1413). Does anyone noticed it? Has it been moved somewhere else?

As a work around I am clicking "Copy to Target" on any build rule and customising it to make it custom build!!!

[ANSWER]

Build Rules -> Custom then select Editor->Add Build Rule


回答1:


With the build file selected, open the Editor menu.

This is also where the Add User-Defined Build Setting and other build setting modifications were moved to.




回答2:


Are Build Phases what you're looking for?

As a new developer in the Mac world, here's where I found it:

Open Project Navigator -> click the top item (i.e. the project item) in there.

An editor opens up with multiple tabs: General, Capabilities, Info, Build Settings, Build Phases, and Build Rules.

Then I added a new Run Script-rule and dragged it in proper place to be executed at the right time.




回答3:


Checked on XCode 9:

Select Project's Target file -> Select "Editor" in top menu -> Select "Add Build Settings" -> Then Select "Add User-Defined Settings"

Important: If 'Add User-Defined Settings' is grayed out. Then select "Build Settings" from Project Setting Tabs.

See below screenshot



来源:https://stackoverflow.com/questions/18962863/xcode-5-0-apple-where-is-add-build-rule-gone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!