Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DavidStummer
Copy link

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

…ain the word “Debug”.

This is required in order for iOS app the be able to connect to metro bundler when debugging.
@thekevinbrown
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants