Skip to content

IPHONE IPAD integration

michelson edited this page Jul 20, 2012 · 1 revision

To run the ios simulator you need first a couple of things:

  1. xcode 4 with ios sdk 5.1
  2. install iOS Universal Framework

run simulator

➜ coolstrap simulate ios

this will build & run simulator

caveats

maybe you encounter some issues with the location of the sdk

Error: No developer directory found at /Developer. Run /usr/bin/xcode-select to update the developer directory path.

to solve that you may need to do the following:

sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer