问题描述
最近我经历过,Xcode的模拟器变得非常慢。此外,如果我创建一个新的应用程序并运行它,启动屏幕和第一个视图控制器之间的过渡大约需要3秒钟。幸运的是,它只是iOS 9模拟器而不是iOS 8或更低版本。
我已升级到Xcode 6.4并且我还安装了Xcode 7.0 beta 3。有谁经历过同样的经历?我试图卸载两个Xcode版本,但它没有帮助。
Recently I have experienced, that Xcode's simulator has become extremely slow. Also if I create a new app and run it i, the transition between the launch screen and the first view controller takes about 3 seconds. Luckily it is only the iOS 9 simulator and not iOS 8 or lower. I have upgraded to Xcode 6.4 and I also have Xcode 7.0 beta 3 installed. Has anyone experienced the same? I have tried to uninstall both Xcode versions, but it didn't help.
推荐答案
如果你按下命令+ T它会触发'慢动画'功能。直到现在我才注意到这个设置。 Doh!
If you press command+T it triggers the 'Slow animations' feature. I didn't noticed this setting until now. Doh!
这篇关于在编辑器中播放时,Xcode Simulator动画非常慢的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!