首页 > 数据库技术 > 详细

"Warning: Error creating LLDB target at path ‘/***

时间:2015-02-14 12:24:39      阅读:393      评论:0      收藏:0      [点我收藏+]

I‘m getting this error whenever I build in Xcode 6 beta 4. It seems to be making my app insanely slow. What exactly does this mean and how do I fix it?

"Warning: Error creating LLDB target at path ‘/***/***/***/***.app‘- using an empty LLDB target which can cause slow memory reads from remote devices."


This warning is solved by changing Build Settings :

  1. Select Project -> Build Settings

  2. Change ‘Architectures‘ to ‘Standard architectures (armv7, arm64) - $(ARCHS_STANDARD)‘ 技术分享

  3. This will prompt an alert stating iOS 5.1.1 and above are supported. Click ‘Change Deployment Target to 5.1.1‘

技术分享

  1. Repeat steps for Target (if not changed automatically)

技术分享

Also, this is preferred build setting since Apple is forcing developers to build apps on 64 but architecture. Apple document Link


"Warning: Error creating LLDB target at path ‘/***

原文:http://my.oschina.net/u/583655/blog/378602

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!