From 5040671659be85dda3df9de278162afea0902f6e Mon Sep 17 00:00:00 2001 From: David Stummer Date: Tue, 2 Apr 2019 09:29:04 +0100 Subject: [PATCH] =?UTF-8?q?Adds=20info=20to=20README=20explaining=20debug?= =?UTF-8?q?=20build=20configurations=20should=20contain=20the=20word=20?= =?UTF-8?q?=E2=80=9CDebug=E2=80=9D.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is required in order for iOS app the be able to connect to metro bundler when debugging. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 896bf89..7aee3d5 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Once the package is installed in your project, you just need to configure it by "postinstall": "react-native-schemes-manager all" }, "xcodeSchemes": { - "Debug": ["Staging", "Preflight"], + "Debug": ["Staging (Debug)", "Preflight (Debug)"], "Release": ["Beta"], "projectDirectory": "iOS", "settings": { @@ -78,6 +78,7 @@ A good starting point for troubleshooting is: - Re open Xcode - Product -> Clean - Run +- Ensure any debug configurations contain the word "Debug" If you're still having trouble, post an issue so we can look into it.