美文网首页
Xcode旋转模拟器设备时出错

Xcode旋转模拟器设备时出错

作者: KinKen | 来源:发表于2018-04-09 21:11 被阅读0次

今天在使用xcode学习swift的时候,遇到的一个项目需要旋转设备,前一阵子使用的时候还是正常的,今天突然提示:“[App] if we're in the real pre-commit handler we can't actually add any new fences due ”

搜索一番得到解决办法:

in your Xcode:

Click on your active scheme name right next to the Stop button

Click on Edit Scheme....

in Run (Debug) select the Arguments tab

in Environment Variables click +

add variable: OS_ACTIVITY_MODE = disable (设置这个键值对)

相关文章

网友评论

      本文标题:Xcode旋转模拟器设备时出错

      本文链接:https://www.haomeiwen.com/subject/hbrwhftx.html