Hello,everyone.I hv a question, why the frame is so low, 10-20, when i run my program in Xcode?

Hello,everyone.I hv a question, why the frame is so low, 10-20, when i run my program in Xcode?

And u can see the screenshot in attachment

Thanks!


AF68DE09-B7DD-40DA-AC47-B985727A04B1.png (16.1 KB)

  1. You should consider the FPS on device, not on simulator
  2. Optimize your game logic.
  3. Don’t use too much full-screen sprites

thanks
I hv done.