biscuitehh / yeetd

yeetd is a lil' daemon that watches for specific CPU-intensive Simulator processes and stops them in their tracks!
MIT License
143 stars 5 forks source link

yeetd breaks Safari on iOS < 17 #5

Open chrisvasselli opened 8 months ago

chrisvasselli commented 8 months ago

Just a heads up that others using yeetd might want to be aware of, since it took me a long time to track down yeetd as the source of the problem.

yeetd seems to cause Safari to freeze and become unusable when navigating to URLs on simulators with iOS versions 15 and 16 (haven't tried earlier). It doesn't seem to be an issue on iOS 17.

After disabling yeetd and erasing the simulator, Safari began to work again.

biscuitehh commented 8 months ago

Hey @chrisvasselli - thanks for reporting this! I will add some stricter checks to the simruntime version to get this fixed for you in the 1.1 release!

chrisvasselli commented 8 months ago

Great, thanks!