Xcode - 创建LLDB目标时出错 [英] Xcode - Error creating LLDB target

查看:95
本文介绍了Xcode - 创建LLDB目标时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

每当我构建XCode 6 beta 4时,我都会收到此错误。这似乎让我的应用程序变得非常慢。

I'm getting this error whenever I build in XCode 6 beta 4. It seems to be making my app insanely slow.


警告:在路径
'/***/***/***/***.app'-使用空的LLDB目标创建LLDB目标时出错,
可以导致从远程设备读取缓慢的内存。

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

这究竟是什么意思,我该如何解决?

提前致谢!

What exactly does this mean and how do I fix it?
Thanks in advance!

推荐答案

您使用的是 Architectures = $(ARCHS_STANDARD_32_BIT)并在64位设备上运行您的应用程序? (iPhone 5S或iPhone 5S模拟器)

Did you use Architectures=$(ARCHS_STANDARD_32_BIT) and run your app on a 64 bit device? (iPhone 5S or iPhone 5S simulator)

对于不支持64位的应用程序,Apple似乎更严格。因此,如果没有具体原因,我认为最好在构建架构中包含arm64

Apple seems to be stricter with apps which don't support 64bit. So if there is no specific reason, I think it's better to include arm64 in your build architecture


注意关于64位架构

NOTE ABOUT 64-BIT ARCHITECTURE

应用扩展目标必须在其架构构建设置中包含arm64架构,否则App Store将拒绝该架构。当您创建新的应用扩展目标时,Xcode包含此架构及其标准架构设置。

An app extension target must include the arm64 architecture in its Architectures build settings or it will be rejected by the App Store. Xcode includes this architecture with its "Standard architectures" setting when you create a new app extension target.

如果您的包含应用目标链接到嵌入式框架,则应用还必须包括arm64架构或它将被App Store拒绝。

If your containing app target links to an embedded framework, the app must also include the arm64 architecture or it will be rejected by the App Store.

有关64位开发的更多信息,请参阅Cocoa Touch的64位过渡指南或64- Cocoa的位转换指南,取决于您的目标平台。

For more information about 64-bit development, see 64-Bit Transition Guide for Cocoa Touch or 64-Bit Transition Guide for Cocoa, depending on your target platform.

来源: https://developer.apple.com/library /content/documentation/General/Conceptual/ExtensibilityPG/ExtensionCreation.html#//apple_ref/doc/uid/TP40014214-CH5-SW1

这篇关于Xcode - 创建LLDB目标时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆