Error Running React Native App From Terminal (iOS)

前端 未结 13 2726
借酒劲吻你
借酒劲吻你 2020-12-22 15:43

I am following the tutorial on the official React Native website.

Using the following to build my project:

react-native run-ios

I g

13条回答
  •  星月不相逢
    2020-12-22 16:13

    In Mac: After all, you are getting this issue, there may be a chance of missing the following in System Preferences -> Network -> Ethernet -> Select Advanced -> Proxies

    add the following line,

    *.local,localhost

提交回复
热议问题