Skip to content

Build IOS Building demo: double-conversion | Running 1 of 1 custom shell scripts #18982

Closed
@geekwill

Description

@geekwill

Environment

react-native-cli: 2.0.1
react-native: 0.55.3
OS: macOS High Sierra 10.13.4
Node: 8.11.1
Yarn: Not Found
npm: 5.6.0
Watchman: 4.9.0
Xcode: Xcode 9.3 Build version 9E145
Android Studio: Not Found

Steps to Reproduce

This is a whole new project using react-native init.
1: Using the react-native run-ios startup project will stay on the way (with screenshots below), and no further execution.
2: Open the project in Xcode, and start the emulator to stay in the "Building demo: double-conversion | Running 1 of 1 custom shell scripts", and the cut is no longer executed without any error.

Expected Behavior

The program is executed normally and the simulator can be started.

Actual Behavior

wechatimg1
1524449285377

I'm not sure that my question is the same as #15469 , and the solution I gave in #15469 doesn't seem to solve my problem.

Activity

react-native-bot

react-native-bot commented on Apr 23, 2018

@react-native-bot
Collaborator

Thanks for posting this! It looks like your issue may be missing some necessary information. Can you run react-native info and edit your issue to include these results under the Environment section?

Thank you for your contributions.

geekwill

geekwill commented on Apr 23, 2018

@geekwill
Author

@react-native-bot Thanks for your reply. I have executed the react-native info according to your requirements, and I have edited the Environment information of issue.

timwangdev

timwangdev commented on Apr 23, 2018

@timwangdev
Contributor

Here is the custom shell script that blocks you:
https://github.com/facebook/react-native/blob/master/scripts/ios-install-third-party.sh
Try to set up a proxy for github and s3 urls.

geekwill

geekwill commented on Apr 23, 2018

@geekwill
Author

@timwangdev Thank you for your reply. I did find out that it was caused by the network. What puzzles me is that my development environment is proxies. Fortunately I saw @pampang answer in #14423 and solved my problem.
I manually downloaded the four .tar.gz files required for node_modules/react-native/ios-install-third-party.sh to local, copied to ~/.rncache/ and re-executed react-native run-ios command to achieve my desired effect, the program starts normally.

timwangdev

timwangdev commented on Apr 23, 2018

@timwangdev
Contributor

@geekwill No problem.

locked as resolved and limited conversation to collaborators on Apr 23, 2019
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

        @timwangdev@geekwill@react-native-bot

        Issue actions

          Build IOS Building demo: double-conversion | Running 1 of 1 custom shell scripts · Issue #18982 · facebook/react-native