Skip to content

Xcode Setup

Sean Taylor edited this page Nov 3, 2015 · 2 revisions

Install MacOS X (64-bit)

  • MacOS X 10.9 (Mavericks)
  • MacOS X 10.10 (El Capitan)

Install External Dependencies

Run the following command-line from the top-level directory of your GamePlay repository:

./install.sh

Install Xcode 6 (MacOS X, iOS)

  1. Download and install Apple Xcode
  2. Open gameplay.xcworkspace.
  3. Change to the require active configuration to MacOSX, iOS Device, iPhone Simulator, or iPad Simulator.
  4. Build and run any of the game samples.