react-native-schemes-manager icon indicating copy to clipboard operation
react-native-schemes-manager copied to clipboard

Adds info to README explaining debug build configs should contain the word "Debug"

Open DavidStummer opened this issue 6 years ago • 1 comments

This is required in order for iOS app to be able to connect to metro bundler when debugging.

As you can see in react-native-xcode.sh, the script is looking for configuration names mentioning "Debug". If "Debug" is not in the name, it won't connect to bundler:

Screenshot 2019-04-02 at 09 31 46

DavidStummer avatar Apr 02 '19 08:04 DavidStummer

This is actually a bug, the point of the package is to make it so that we can run whatever names we want. I'll have a look at fixing that when I get a chance.

thekevinbrown avatar Jul 23 '19 00:07 thekevinbrown