From 985f9a5901f9f21a54e91f38f6097707cde38e95 Mon Sep 17 00:00:00 2001 From: Doron Pearl Date: Fri, 23 Dec 2016 14:05:56 -0500 Subject: [PATCH] document a gotcha we ran into --- INSTALLING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALLING.md b/INSTALLING.md index 0fbda0db50..510c01e7be 100644 --- a/INSTALLING.md +++ b/INSTALLING.md @@ -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 /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 @@ -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 \ No newline at end of file +You can add additional schemes to your project normally. After making changes to