3

I just recently move to Xcode 4, now I'm stuck trying to find the executable file (it used to be in the left pane of Xcode 3), anyone know where it is? Since I'm trying to adding a new environment variable to debug my program. Thank you in advance.

zoul
  • 102,279
  • 44
  • 260
  • 354
Viken Ong
  • 109
  • 2
  • 10

1 Answers1

7

You can specify the environment in the Scheme Editor (Product → Edit Scheme), select the Run option in the left column and you’ll see an Arguments tab on the right:

Xcode 4 Scheme Editor

zoul
  • 102,279
  • 44
  • 260
  • 354
  • I see. I never thought it'll go that far, so that means I keep on looking in the wrong place. Thanx man.. – Viken Ong May 13 '11 at 06:34