- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
刚刚在 Snow Leopard 上安装了 XCode 4.2 for iOS SDK 5.0。只是继续崩溃。
我安装到/Developer4/以保留我以前的 XCode 3,以防万一。
有人遇到这个问题吗?解决了吗?
编辑:
当我开始一个新项目时,我收到此错误:
ASSERTION FAILURE in /SourceCache/IDEFoundation/IDEFoundation-937/Framework/Classes/Model/SourceControl/IDESourceControlTree.m:119 Details: Invalid location for source tree. Initialization failed. Object: Method: -initWithDictionary:sourceControlExtension:sourceControlManager: Thread: {name = (null), num = 1} Hints:
0: Replacement view is installing: Backtrace: 0 0x00000001009e6646 -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:messageFormat:arguments:] (in IDEKit) 1 0x000000010006aaa4 _DVTAssertionFailureHandler (in DVTFoundation) 2 0x00000001005a314f -[IDESourceControlTree initWithDictionary:sourceControlExtension:sourceControlManager:] (in IDEFoundation) 3 0x00000001005a2900 -[IDESourceControlRepository initWithDictionary:sourceControlExtension:sourceControlManager:] (in IDEFoundation) 4 0x00000001005a20ac -[IDESourceControlManager loadRepositories] (in IDEFoundation) 5 0x000000010059cc9b -[IDESourceControlManager init] (in IDEFoundation) 6 0x000000010059cad2 __53+[IDESourceControlManager sharedSourceControlManager]_block_invoke_0 (in IDEFoundation) 7 0x00007fff86e7c705 dispatch_once_f (in libSystem.B.dylib) 8 0x000000010059caa1 +[IDESourceControlManager sharedSourceControlManager] (in IDEFoundation) 9 0x00000001006732d1 +[IDESnapshotsManager sourceControlSystemUsedForSnapshotsWithError:] (in IDEFoundation) 10 0x000000010067326d -[IDESnapshotsManager areSnapshotsEnabled] (in IDEFoundation) 11 0x0000000100b66369 -[IDESnapshotsListController loadAllCommits] (in IDEKit) 12 0x0000000100b65acc -[IDESnapshotsListController loadView] (in IDEKit) 13 0x00007fff830e36a3 -[NSViewController view] (in AppKit) 14 0x000000010021dc7b -[DVTViewController view] (in DVTKit) 15 0x0000000100220e00 __42-[DVTReplacementView _setupViewController]_block_invoke_0 (in DVTKit) 16 0x000000010002e85e DVTInvokeWithFailureHint (in DVTFoundation) 17 0x0000000100220cd3 -[DVTReplacementView _setupViewController] (in DVTKit) 18 0x0000000100220ba5 -[DVTReplacementView installedViewController] (in DVTKit) 19 0x000000010022bc8c -[DVTReplacementView layoutTopDown] (in DVTKit) 20 0x000000010021ba33 __84+[DVTAutoLayoutView _recursivelyLayoutSubviewsOfView:populatingSetWithLaidOutViews:]_block_invoke_0 (in DVTKit) 21 0x000000010021bae2 __84+[DVTAutoLayoutView _recursivelyLayoutSubviewsOfView:populatingSetWithLaidOutViews:]_block_invoke_0 (in DVTKit) 22 0x000000010021bae2 __84+[DVTAutoLayoutView _recursivelyLayoutSubviewsOfView:populatingSetWithLaidOutViews:]_block_invoke_0 (in DVTKit) 23 0x000000010021bae2 __84+[DVTAutoLayoutView _recursivelyLayoutSubviewsOfView:populatingSetWithLaidOutViews:]_block_invoke_0 (in DVTKit) 24 0x000000010021bae2 __84+[DVTAutoLayoutView _recursivelyLayoutSubviewsOfView:populatingSetWithLaidOutViews:]_block_invoke_0 (in DVTKit) 25 0x000000010021bae2 __84+[DVTAutoLayoutView _recursivelyLayoutSubviewsOfView:populatingSetWithLaidOutViews:]_block_invoke_0 (in DVTKit) 26 0x000000010021bae2 __84+[DVTAutoLayoutView _recursivelyLayoutSubviewsOfView:populatingSetWithLaidOutViews:]_block_invoke_0 (in DVTKit) 27 0x000000010021bae2 __84+[DVTAutoLayoutView _recursivelyLayoutSubviewsOfView:populatingSetWithLaidOutViews:]_block_invoke_0 (in DVTKit) 28 0x000000010021b8a7 +[DVTAutoLayoutView _recursivelyLayoutSubviewsOfView:populatingSetWithLaidOutViews:] (in DVTKit) 29 0x000000010022b878 -[DVTDelayedValidator doValidation:] (in DVTKit) 30 0x00007fff869e8441 __NSFirePerformWithOrder (in Foundation) 31 0x00007fff83be6b37 __CFRunLoopDoObservers (in CoreFoundation) 32 0x00007fff83bc2464 __CFRunLoopRun (in CoreFoundation) 33 0x00007fff83bc1dbf CFRunLoopRunSpecific (in CoreFoundation) 34 0x00007fff8194a7ee RunCurrentEventLoopInMode (in HIToolbox) 35 0x00007fff8194a551 ReceiveNextEventCommon (in HIToolbox) 36 0x00007fff8194a4ac BlockUntilNextEventMatchingListInMode (in HIToolbox) 37 0x00007fff830fceb2 _DPSNextEvent (in AppKit) 38 0x00007fff830fc801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit) 39 0x00007fff830c268f -[NSApplication run] (in AppKit) 40 0x00007fff830bb3b0 NSApplicationMain (in AppKit) 41 0x0000000100000eec 42 0x0000000000000002
最佳答案
认为我找到了导致问题的原因。我有一些来自以前 XCode 版本的源代码控制的休眠(未使用)设置。无论如何,我从来没有使用过那个源代码控制功能,但是它让 XCode 4 很难崩溃。到目前为止,删除 (Organizer) 和 XCode 4 似乎很稳定......
关于ios - XCode 4.2 在雪豹上崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7752471/
非常简单的问题,但我似乎无法让它发挥作用。 想象一下下面的代码,为什么编译器会给我下面的错误?我已经导入了相关的头文件,包括框架。目标是 10.6。 #import - (void) snowLeo
有人在雪豹中安装 QT creator 时遇到问题吗?我已经尝试了 3 次,在不同的磁盘分区中,但没有任何效果。 它在“正在验证程序包...”中卡住,然后出现错误, 我正在尝试使用 Snow leop
这些年发布的许多应用程序都有新的 GUI 部件。iTunes 或 Twitter.app 中垂直布局的最小、最大和关闭按钮(但最新的具有默认布局),Safari 和终端中的选项卡控件,GarageBa
我正在寻找有关最新 Mac OS 10.6 上 QTJava 支持的信息。 我们正在开发的一个应用程序在 10.4 和 10.5 上都运行良好,但现在在 10.6 上运行时会出现意外的加载崩溃。 过去
升级到 Snow Leopard 后,我在构建应用程序时遇到了问题。看起来 py2app 正在通过 wxPython 构建和复制,但是当我从 buld 应用程序运行时,它找不到 wx。 最佳答案 我通
我运行的是 Mac OS X Snow Leopard 10.6。尝试进入 phpMyAdmin 时,出现以下错误: “无法加载 mcrypt 扩展。请检查您的 PHP 配置。” 有谁知道如何解决这一
所以我遵循了 this thread 中的每一个建议 没有成功。我正在运行 os x 10.6、rails 2.3.3、ruby 1.9.1,但当我尝试访问我的 rails 应用程序的首页时仍然出现此
有人在 Snow Leopard 上试过 Digitalmars D 编译器(第 2 版)吗?我想升级,但我宁愿有一个可用的 D 编译器。 最佳答案 如果您仍然不确定,请深呼吸并开始尝试: Chang
我设法在我的 macbook 上手动安装 PIL(没有包管理器,请不要回答使用 xcode,因为我想手动执行此操作)。 不需要的答案: 只需安装 xcode/pillow/use pip/etc 我正
我有一个客户来找我,因为他们在 Snow Leopard 上的 Safari 5.1.9 上的导航显示有问题。导航在所有其他浏览器上只显示 find,但在 Safari 5.1.9(仅限 Snow L
自从我升级到雪豹后,我在使用 Cucumber 运行我的功能时遇到了很多问题。 目前,每次我运行 cucumber 时都会出现以下错误。 Missing these required gems: we
我正在尝试向一个简单的 PyQt 示例的应用程序菜单栏添加一个项目。但是,以下代码似乎根本没有改变菜单栏。菜单中唯一的项目是“Python”。下面是大部分代码,减去导入和实例化。 class Main
已结束。此问题不符合 Stack Overflow guidelines .它目前不接受答案。 这个问题似乎与 help center 中定义的范围内的编程无关。 . 关闭 8 年前。 Improve
我不确定我做错了什么。我有一个 NSTextView 并注册为其 textStorage 属性的委托(delegate)。当我收到 -textStorageDidProcessEditing:noti
关闭。这个问题是off-topic .它目前不接受答案。 想改善这个问题吗? Update the question所以它是 on-topic对于堆栈溢出。 9年前关闭。 Improve this q
我正在安装 Koha 的依赖项。这需要使用perl和cpan,这是我第一次。我通过 hivelogic 指令安装了 mysql。我在 32 位 mac mini 上运行 10.6.2。 这是终端输出:
我正在尝试在我的 mac 机器上安装 numpy。无论我尝试什么,当我尝试运行我的 python 代码时,我最终都会收到此错误 import numpy as np File "/Library/P
我想使用 lxml 库来验证 Python 3.1.2 中的 XML 架构。 由于 Snow Leopard MAC OS 预装了 Python 2.6.1,因此我首先在 http://www.pyt
我在乱搞我的环境方面有点新手,我似乎已经打破了它。非常感谢您提供的任何帮助。 主要症状是在尝试运行 rvm install 1.9.3 时我得到以下跟踪: Installing Ruby from s
在 Mac(雪豹)上使用 PHP 和 mysql5 运行 Apache... Apache 正在运行 PHP 正在运行(工作正常) mysql正在运行(可以连接) 但是,以下代码引发错误 $link
我是一名优秀的程序员,十分优秀!