Sprite Kit app crashes when run on real device and plugged into computer

北战南征 提交于 2019-12-05 10:32:12

try to disable Metal verification by editing the scheme:

  1. (Command-Option-R)
  2. go to the Options tab.
  3. Set Metal API Validation to Disabled.

This worked for me...

I can resolve this, unchecking "Debug executable" in the Scheme

  • Command-Option-R
  • "Wait for executable to be launched"
  • manual run

works for me from time to time.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!