We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To run the ios simulator you need first a couple of things:
➜ coolstrap simulate ios
this will build & run simulator
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