Xcode问题与技巧

1、could not start debugserver on...

Restart Xcode and the device[图片上传中...(image.png-519709-1514011547144-0)]

2、出现警告This application is modifying the autolayout engine from a back..

//说明在子线程中执行UI操作了
// 解决方法
dispatch_async(dispatch_get_main_queue()){
   //code (update UI)                           
} 

定位问题:


image.png
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容