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.
Asked
Active
Viewed 3,050 times
1 Answers
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:

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