Reputation: 125
I'm working on a react native project for a startup, but lately I have been noticing some perfomance issues running the Xcode simulator. There is not much animation at all, but simple movements like keyboard toggle are running painfully slow. I am running a brand new MacBook Air, and this issue certainly wasn't existent when the project began. My project takes up 1.25GB, with the ios
folder taking up 844.3MB. Is this normal for what is right now a small project? Can I delete my ModuleCache.noindex
(616.8MB) folder? Give me some ideas.
Thanks!
Upvotes: 0
Views: 2335
Reputation: 1278
As I understood, you are trying to execute your project with Xcode simulator, before going to project size and particular details, can you check your simulator menu bar settings under debug -> slow animations option was enabled?, If Yes! just disable slow animation option and try to execute.
Upvotes: 0