Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Steps to Make Mogenerator Work in Xcode 5

I am following the steps in this link: http://raptureinvenice.com/getting-started-with-mogenerator/

I have done this before in Xcode 4.6 but now that I have updated to Xcode 5 I couldn't follow it anymore.

I selected my target but I couldn't find the "Add Build Phase” then “Add Run Script”.

like image 719
Lie-An Avatar asked Oct 02 '13 02:10

Lie-An


1 Answers

You have to use the tool bar. Editor > Add build phase > Add run script build phase
Be sure that the target is selected, otherwise the option menu will be disabled.

Step by step with screenshots: http://www.runscriptbuildphase.com/

like image 135
lukas Avatar answered Sep 24 '22 14:09

lukas