Skip to content

Could not connect to development server. #56

@SanderSpies

Description

@SanderSpies

I'm trying to run a React Native application on my iPod, however I'm getting a "Could not connect to development server" (

NSLocalizedDescriptionKey: @"Could not connect to development server. Ensure node server is running - run 'npm start' from ReactKit root",
) message.

What am I doing wrong?

Activity

nick

nick commented on Feb 10, 2015

@nick

You may need to update AppDelegate.m with the IP address of your dev machine:

To run on device, change localhost to the IP address of your computer, and make sure your computer and iOS device are on the same Wi-Fi network.

SanderSpies

SanderSpies commented on Feb 10, 2015

@SanderSpies
Author

@nick Great that worked! :-)

added a commit that references this issue on Aug 5, 2015
locked as resolved and limited conversation to collaborators on May 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @nick@SanderSpies@react-native-bot

        Issue actions

          Could not connect to development server. · Issue #56 · facebook/react-native