iPhone Simulator suddenly started running very slow

后端 未结 13 1911
梦毁少年i
梦毁少年i 2020-12-02 04:54

I have been working on an app in iphone simulator for a number of weeks and it has been running well up until now, but all of a sudden has begun running very slow both when

13条回答
  •  隐瞒了意图╮
    2020-12-02 05:16

    Another potential fix for React-Native users:

    Chrome de-prioritizes Javascript running in any tabs not in the foreground. So if you have enabled remote debugging, be sure to put the debugger in its own window.

提交回复
热议问题