Xcode8出现AQDefaultDevice (173): skipping input stream 0 0 0x0

一直不想升级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"

完美解决

时间: 2024-10-15 01:37:44

Xcode8出现AQDefaultDevice (173): skipping input stream 0 0 0x0的相关文章

Xcode8出现AQDefaultDevice(173):Skipping input stram 0 0 0x0

Xcode 升级至xcode8后 出现的不少的Bug 在Xcode8上一直输出出现AQDefaultDevice(173):Skipping input stram  0 0 0x0 解决方法: 1 选择product-->Scheme-->Edit Scheme 2选择Arguments 3 在Environment Variables 添加一个环境变量 OS_ACTIVITY_MODE 设置为"disable" 就可以啦\(^o^)/~

hadoop Unexpected end of input stream 错误

线上一个job出错,报错信息如下: Diagnostic Messages for this Task: Error :  java.io.IOException: java.io.EOFException: Unexpected end of input stream         at org.apache.hadoop.hive.io.HiveIOExceptionHandlerChain.handleRecordReaderNextException(HiveIOExceptionHa

Can't obtain the input stream from /docProps/app.xml

今天在做poi修改样式时,报了以下错误: Exception in thread "main" org.apache.poi.POIXMLException: java.io.IOException: Can't obtain the input stream from /docProps/app.xml at org.apache.poi.POIXMLDocument.getProperties(POIXMLDocument.java:148) at org.apache.poi.P

a:focus,input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;} a选中高亮显示

  a:focus,input:focus{ a:focus,input:focus{2     -webkit-tap-highlight-color:rgba(0,0,0,0)    

异常:org.json.JSONException: End of input at character 0 of

在使用Gson时遇到org.json.JSONException: End of input at character 0 of 异常. public static void jsonArrayRequest(final MainActivity mainActivity, RequestQueue rq, String uri, TextView tv1, List<News> datas) { final Gson g = new Gson(); String json = g.toJso

android中Http访问时 connection.getResponseCode()不被执行,且报错 org.json.JSONException: End of input at character 0 of .

问题:用 android 4.4 写android访问http时,到connection.getResponseCode() 就不被执行,也不报错:但是抛出org.json.JSONException: End of input at character 0 of .异常: 连接代码: public static String getJsonContent(String url_path){ try { System.out.println("url_path---->>:"

Could not parse mapping document from input stream hibernate配置异常

十二月 18, 2016 4:24:29 下午 org.apache.catalina.core.StandardContext listenerStart SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener org.springframework.beans.factory.B

bug_ _org.json.JSONException: End of input at character 0 of

10-16 18:28:39.549: W/System.err(4950): org.json.JSONException: End of input at character 0 of 10-16 18:28:39.559: W/System.err(4950): at org.json.JSONTokener.syntaxError(JSONTokener.java:450)10-16 18:28:39.569: W/System.err(4950): at org.json.JSONTo

java.io.IOException: java.io.EOFException: Unexpected end of input stream错误

报错现象: Diagnostic Messages for this Task:Error: java.io.IOException: java.io.EOFException: Unexpected end of input stream at org.apache.hadoop.hive.io.HiveIOExceptionHandlerChain.handleRecordReaderNextException(HiveIOExceptionHandlerChain.java:121) at