Skip to content

Commit

Permalink
Update Introduction.GettingStarted.md (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
orta authored and rotemmiz committed Feb 2, 2018
1 parent 15e8705 commit 5faeb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Introduction.GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ The basic configuration for Detox should be in your `package.json` file under th

In the above configuration example, change `example` to your actual project name. Under the key `"binaryPath"`, `example.app` should be `<your_project_name>.app`. Under the key `"build"`, `example.xcodeproj` should be `<your_project_name>.xcodeproj` and `-scheme example` should be `-scheme <your_project_name>`.

For iOS apps in a workspace (eg: Cocoapods) use `-workspace ios/example.xcworkspace` instead of `-project`.
For iOS apps in a workspace (eg: CocoaPods) use `-workspace ios/example.xcworkspace` instead of `-project`.

Also make sure the simulator model specified under the key `"name"` (`iPhone 7` above) is actually available on your machine (it was installed by Xcode). Check this by typing `xcrun simctl list` in terminal to display all available simulators.

Expand Down

0 comments on commit 5faeb57

Please sign in to comment.