一直不想升级Xcode,但是没办法项目进度只能升级Xcode8,果然不出所料出现了不少bug,
Xcode7运行一直没有问题,但是在Xcode8上一直输出AQDefaultDevice (173): skipping input stream
 
网上查到解决办法
  1. 1.选择 Product -->Scheme-->Edit Scheme
  2. 2.选择 Arguments
  3. 3.在Environment Variables添加一个环境变量 OS_ACTIVITY_MODE 设置值为"disable"
完美解决

相关文章:

  • 2021-08-15
  • 2021-10-30
  • 2022-12-23
  • 2022-12-23
  • 2022-01-07
  • 2021-06-17
  • 2022-12-23
  • 2021-04-24
猜你喜欢
  • 2021-10-24
  • 2021-04-10
  • 2022-01-20
  • 2021-11-30
  • 2021-12-27
  • 2022-12-23
  • 2021-07-26
相关资源
相似解决方案