| You will find the Xcode files installed on your computer in a new Developer folder. Macintosh HD/Developer To start Xcode, click on the .app file at this location. You may wish to keep an icon for Xcode in your Dock. While Xcode is open, right click on the icon and choose the Keep in Dock option. Macintosh HD/Developer/Applications/Xcode.app You will see the Welcome to Xcode window. Let's test the installation by creating a new project. Choose the first option in the left menu. The New Project dialog box will open. Under iOS you have two tabs which are Applications and Library. These are the options you have under each tab. Applications
Let's choose the Window-based Application option, set the Product to Universal and click Choose. Xcode will ask for a location to place your files and a name for your new project. The Xcode workspace opens with a three panel view. The left panel displays all the files and folders for your project. Depending on what file or folder you click, the files will be displayed in the top right panel. If you have clicked on a file, the code will be displayed in the bottom right panel. Now for the moment of truth. Click the Build and Run button. The iPad simulator should open showing a blank white screen. When you click the Home button, you will see a generic white icon for your new app. ← Back | Join us in the Flash forum. | Join us in the Digital Art and Design forum. |

