iPhone Simulator suddenly started running very slow

后端 未结 13 1782
梦毁少年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:08

    Select Simulator,

    Select Debug and uncheck slow animation.
    shortcut command + t

    That's work for me.

    0 讨论(0)
  • 2020-12-02 05:09

    Go to the simulator's Debug menu and select "Toggle Slow Animations".

    Update: In Xcode 10, it's just "Slow Animations":

    0 讨论(0)
  • 2020-12-02 05:12

    You accidentally pressed the slow animation on debug when using simulator. So Run Simulator -> Debug -> Uncheck Slow Animation.

    0 讨论(0)
  • 2020-12-02 05:15

    I think you pressed command + T instead of command + R by mistake.

    0 讨论(0)
  • 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.

    0 讨论(0)
  • 2020-12-02 05:18

    If the Cmd-T (slow animations) option doesn't work for you and Debug -> Slow Animations is off but you still have slow animations try Simulator -> Reset Contents and Settings (or possibly Hardware -> Erase All Content and Settings). That worked for me when none of the other answers in here did. Anyone have a suggestion as to why?

    Also having a debugger attached (at all) may make the animations very slow.

    0 讨论(0)
提交回复
热议问题