一直不想升級Xcode,但是沒辦法項目進度只能升級Xcode8,果然不出所料出現了不少bug,
Xcode7運行一直沒有問題,但是在Xcode8上一直輸出AQDefaultDevice (173): skipping input stream
網上查到解決辦法
1.選擇 Product -->Scheme-->Edit Scheme
2.選擇 Arguments
3.在Environment Variables添加一個環境變量 OS_ACTIVITY_MODE 設置值為"disable"
完美解決