- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
每当我在 Xcode 6 GM Seed 中构建时,我都会收到此错误。这似乎让我的应用程序变得异常缓慢。这到底是什么意思,我该如何解决?
我有以下错误:
Warning: Error creating LLDB target at path '.....'- using an empty LLDB target which can cause slow memory reads from remote devices.
PS:我无法运行我的应用程序,它卡在启动画面上
最佳答案
Apple 开发者论坛中有一个帖子,https://devforums.apple.com/message/1010068#1010068描述了如何诊断此问题。我有他的 Xcode 6 GM Seed 问题,特别是版本 6.0.1 (6A317)。这不一定是解决方案,但它可能会帮助某些人获得更好的诊断
有用的步骤如下——
1) 创建或修改您的 ~/.lldbinit
并向其添加 log enable -f/tmp/lldb-api.txt lldb api
。
2) 重新运行调试器 session (不需要重新启动 Xcode 或任何东西)
3) 检查位于 /tmp/lldb-api.txt
的文件。查找以 SBDebugger::CreateTarget(...)
开头的行。我的看起来像这样
SBDebugger(0x7f83671fd600)::CreateTarget (filename="/Users/xxxxxxx/Library/Developer/Xcode/DerivedData/Dino-gjuxikhuyokkqufeqmesmgjcxylu/Build/Products/Debug-iphonesimulator/Dino.app", triple=x86_64, platform_name=(null), add_dependent_modules=1, error=the specified architecture 'x86_64' is not compatible with 'i386-apple-ios' in '/Users/xxxxxxx/Library/Developer/Xcode/DerivedData/Dino-gjuxikhuyokkqufeqmesmgjcxylu/Build/Products/Debug-iphonesimulator/Dino.app/Dino') => SBTarget(0x0)
4) 从上面的日志输出中检查目标文件,在我的例子中 -
file "/Users/xxxxxxx/Library/Developer/Xcode/DerivedData/Dino-gjuxikhuyokkqufeqmesmgjcxylu/Build/Products/Debug-iphonesimulator/Dino.app/Dino"
/Users/apanagar/Library/Developer/Xcode/DerivedData/Dino-gjuxikhuyokkqufeqmesmgjcxylu/Build/Products/Debug-iphonesimulator/Dino.app/Dino: Mach-O executable i386
5) 因此,就我而言,我的问题是我正在构建的架构。您项目的目标架构应与日志输出中 SBDebugger::CreateTarget() 行中的架构相匹配。
Xcode 文档指出以下内容。我必须检查我的嵌套框架并更改一些过时的架构目标 -
NOTE ABOUT 64-BIT ARCHITECTURE
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.
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.
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.
关于ios - 在路径创建 LLDB 目标时出错,Xcode 6 GM 种子,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25761447/
我正在尝试编写一个基本的 Greasemonkey 脚本,但我遇到了一些问题。本质上,该脚本将刷新页面并计算页面上的图像数量。如果图像数量增加,它会提醒我并激活该选项卡。如果图像数量相同或更少,它将以
我在 iPhone 5s(型号 A1530,iOS 8 build 12A365)上使用 Xcode 6 GM Seed(build 6A313)。我通过 USB 避雷线连接 iPhone。但在 Xc
当我为 iOS 运行 Today 扩展程序时出现此错误: dyld: Library not loaded: @rpath/libswiftCore.dylib Referenced from:
我使用 iOS 10 Beta 7 和 Xcode 8 beta 测试了我的应用,一切正常。然而,就在几分钟前,我安装了现在可用的 GM 版本,但遇到了一个奇怪的问题。 我在我的应用程序中使用自定义表
我正在尝试更新我们的 iPhone 应用程序以与 iOS 8 一起使用,但是当我使用 XCode 6 进行构建时,它会在编译 Storyboard时卡住并开始占用磁盘空间和内存 - 这种情况偶尔会发生
我正在使用 AVAssetWriter,它在 iOS6 上完美运行。 问题是,当我调用 finishWritingWithCompletionHandler ,完成处理程序不会在 iOS7 GM 上调
我有以下 Buffer 对象数组,这些对象是从由 jpg 和 png, ] 我正在尝试使用 Node.js 库 gm 将图像拼接在一起。 var currentGm = gm(images.
我的源数据如下所示: ab ab 我在上面运行以下命令: function lintPost(postText) { var replacements = { a : "4",
我正在尝试在 javax.mail 中使用 google 为 gmail 创建的 X-GM-EXT-1 IMAP 扩展。文档在这里https://developers.google.com/gmail
网页上有 function fn982734() { // some code } 在我的 Greasemonkey 脚本中,我有以下代码: var fn = fields[
这个问题在这里已经有了答案: Stop execution of Javascript function (client side) or tweak it (5 个答案) 关闭 9 年前。 我试图
我想将我的 iPad 更新到 iOS 4.2(我是注册开发者),但我想等到最终版本。 GM是最终版本,还是GM之后的最终版本进行了更改? 最佳答案 不一定。它们可以被制作,但大多数时候 GM 将是最终
我正在尝试获取图像网址,获取图像,然后将其写入文件系统,然后调整其大小。在调整大小结束时,我想将其返回到响应,以便客户端获取图像。现在 stdout.pipe(res) 没有返回,我收到 events
我正在努力解决我的脚本问题。无论我尝试做什么 GM.xmlHttpRequest 都会抛出错误“不是函数”。 我的其余代码工作正常。 这是我的代码的删节版: // ==UserScript== //
我是 xcode 和 ios 开发的新手。最近我看到了 xcode 版本,例如 xcode 6.0 通用 然后 xcode 6.0 .我想知道我们应该用GM做什么或者我们需要等到非GM发布才能构建io
以下代码创建内容为未定义的警报: // ==UserScript== // @name Unnamed Script 188765 // @version 1 // @grant GM
我从一开始就开始使用测试版(我已经安装了xcode 9和xcode 10 beta),今天我卸载了xcode9并安装了xcode10GM,但是当我的 Storyboard中有一个项目时,图形元素没有显
我使用 OS 10.10,Xcode 6 GM,我的项目由 swift(和 Objective-C)编写。 该项目可以使用Xcode 6-beta7运行。 Process:
我正在开发一个 iOS 应用程序,它在 Xcode 11.7 上运行良好,但是当我在 Xcode 12 中运行相同的代码并且当我进入 UIPageViewController 时,应用程序运行到无限循
我正在使用 gm对于带有 express.js 的 linux 服务器上的 node.js。它适用于小于 2MB 文件大小的图像。但是一旦超过,代码就会停止工作。这是代码 gm('public/'+a
我是一名优秀的程序员,十分优秀!