- Xcode8上一直输出AQDefaultDevice
- Xcode8出现AQDefaultDevice (173): s
- Xcode8出现AQDefaultDevice (173):
- AQDefaultDevice (173): skipping
- AQDefaultDevice (173): skipping
- iOS-模拟器运行保存skipping input stream
- AQDefaultDevice (173): skipping
- AQDefaultDevice (173): skipping
- AQDefaultDevice (173): skipping
- AQDefaultDevice (173): skipping
在Xcode8上一直输出
[aqme] 254: AQDefaultDevice (173): skipping input stream 0 0 0x0
解决办法:
1.选择 Product -->Scheme-->Edit Scheme

2.选择 Arguments
3.在Environment Variables添加一个环境变量 OS_ACTIVITY_MODE 设置值为"disable"

完美解决
网友评论