Skip to content

Commit

Permalink
Merge pull request #69 from wix/install-doc-update
Browse files Browse the repository at this point in the history
document a gotcha we ran into
  • Loading branch information
LeoNatan authored Dec 23, 2016
2 parents b00229a + 985f9a5 commit 14ed9c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion INSTALLING.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ By default, Xcode uses a randomized hidden path for outputting project build art
* Make sure your Project schemes are shared. Open you project in Xcode, select menu `Product``Scheme``Manage Schemes...`, and check the `Shared Scheme` checkbox next to schemes that are part of the project. There is no need to do this for library schemes. Note the scheme you would like to use Detox with.
* In your root folder, run `node_modules/detox/scripts/deploy_detox.rb <Path To>/YourProject.xcodeproj`.
* Notice the new scheme(s) added in your Xcode project. If you had a `YourProject` scheme before, now there is an analogous `YourProject_Detox` scheme.
* Make sure to add the new schema files to your source control (e.g. `git add ios/MyProject.xcodeproj/xcshareddata/xcschemes/Release_Detox.xcscheme`)

#### Step 4: Prepare the E2E Folder for Your Tests

Expand Down Expand Up @@ -83,4 +84,4 @@ By default, Xcode uses a randomized hidden path for outputting project build art

#### Step 7: Adding Additional Schemes

You can add additional schemes to your project normally. After making changes to
You can add additional schemes to your project normally. After making changes to

0 comments on commit 14ed9c6

Please sign in to comment.