Steps to Make Mogenerator Work in Xcode 5
Asked Answered
C

2

7

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”.

Cyanosis answered 2/10, 2013 at 2:37 Comment(0)
E
15

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/

Enroll answered 13/10, 2013 at 13:50 Comment(1)
Haha. I love that Crashlytics have made that a site.Wigwag
T
0

Yup, for some reason, even after selecting the correct Target, the "Editor \ Add Build Phase \ Add Run Script Build Phase" menu option is disabled.

Instead, you need to make sure "Build Phases" tab is selected for your target, then click on the little "+" button on this page.

Add build script

XCode 5 is full of quirks like this !

There answered 27/6, 2014 at 13:57 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.