首页 \ 问答 \ Xcode在启动时崩溃(Xcode crashes on startup)

Xcode在启动时崩溃(Xcode crashes on startup)

当我启动Xcode时,我收到以下错误:

应用Xcode非常出乎意料。 单击Report...按钮可显示以下内容:

Process:         Xcode [875]
Path:            /Developer/Applications/Xcode.app/Contents/MacOS/Xcode
Identifier:      com.apple.Xcode
Version:         ??? (???)
Build Info:      DevToolsIDE-9210000~1
Code Type:       X86 (Native)
Parent Process:  launchd [140]

Date/Time:       2009-03-12 15:13:14.839 -0500
OS Version:      Mac OS X 10.5.6 (9G55)
Report Version:  6

Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0000000000000001, 0x0000000000000000
Crashed Thread:  0

Application Specific Information:
objc[875]: '/System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols' was not compiled with -fobjc-gc or -fobjc-gc-only, but the application requires GC
objc[875]: *** GC capability of application and some libraries did not match
...

这里可以看到完整的细节。 我以前从未使用过Xcode(虽然我在第一次安装时运行它)。 关于可能导致这种情况的任何想法?


When I startup Xcode I get the following error:

The application Xcode quite unexpectedly. Clicking on the Report... button gives the following:

Process:         Xcode [875]
Path:            /Developer/Applications/Xcode.app/Contents/MacOS/Xcode
Identifier:      com.apple.Xcode
Version:         ??? (???)
Build Info:      DevToolsIDE-9210000~1
Code Type:       X86 (Native)
Parent Process:  launchd [140]

Date/Time:       2009-03-12 15:13:14.839 -0500
OS Version:      Mac OS X 10.5.6 (9G55)
Report Version:  6

Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0000000000000001, 0x0000000000000000
Crashed Thread:  0

Application Specific Information:
objc[875]: '/System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols' was not compiled with -fobjc-gc or -fobjc-gc-only, but the application requires GC
objc[875]: *** GC capability of application and some libraries did not match
...

The full detail can be seen here. I've never used Xcode before (although I did run it when I first installed it). Any ideas on what could be causing this?


原文:https://stackoverflow.com/questions/640299
更新时间:2022-07-06 12:07

最满意答案

您可能想看看我的问题在C#中创建正弦波或方波

特别是使用NAudio是一个很好的选择


You might like to take a look at my question Creating sine or square wave in C#

Using NAudio in particular was a great choice

相关问答

更多
  • software
  • 有转换音频和视频格式的ffmpeg库和实用程序。 然后,加上FFmpeg.NET库,你可以在.NET中进行编码/解码。 您提到的所有格式都受支持。 There is the ffmpeg library and utilities that converts audio and video formats. Then, couple with the FFmpeg.NET library, you can do the encoding/decoding in .NET. All the formats y ...
  • 从Flash Player 10开始,你不需要做任何黑客类型的东西。 有一个API可以动态生成声音。 这篇博文有一个快速介绍 。 他的代码从一个mp3里读取样本,但是你可以用任何你想要的方式写样本。 一如既往的文档也有很多信息,以及这个代码示例应该让你快速的进行。 var mySound:Sound = new Sound(); function sineWaveGenerator(event:SampleDataEvent):void { for ( var c:int=0; c<8192; c+ ...
  • 您可能想看看我的问题在C#中创建正弦波或方波 特别是使用NAudio是一个很好的选择 You might like to take a look at my question Creating sine or square wave in C# Using NAudio in particular was a great choice
  • .NET 1.1和.NET 2.0是不同的框架。 但.NET 3.0和3.5框架是增量添加,这意味着它们依赖于.NET 2.0框架。 所以,如果你有1.1中的内容,那么你需要安装1.1。 用2.0写的任何东西都可以在.NET 2.0,3.0,3.5甚至4.0的机器上正常工作(如果你喜欢冒险)。 .NET 1.1 and .NET 2.0 are different frameworks. But the .NET 3.0 and 3.5 frameworks are incremental addition ...
  • 好吧,我发现现在在.Net Standard我们有表达式树来生成独立的委托和老式的Emit (可用于System.Reflection.Emit和System.Reflection.Emit.Lightweight命名空间)。 不幸的是,我们在前者和后者之间失去了桥梁(我的意思是LambdaExpression.CompileToMethod , 见问题 )。 因此,在完整的桌面.Net几乎具有相同的代码生成能力,直到您不需要在运行时生成类型(例如,实时实现某些接口)。 在这种情况下,您必须手动发出IL。 ...
  • 在为此目的追踪了许多不同的流行软件之后,没有人提供我需要的解决方案。 尽管几乎所有的软件公司都承诺实现自动化,无缝集成以及与文档管理系统的合作。 没有人实际交付过。 该解决方案是链接到Word模板的Excel用户表单。 通过使用VBA,我可以打开,更新并将这些文档保存在指定位置。 全部来自Excel广告,基于用户输入。 After trailing many different pieces of popular software for this purpose, none provided the so ...
  • libfooid是免费的。 它作为GPL和许可证等BSD双重许可。 libfooid is free. It's dual licensed as GPL and as a BSD like license.
  • http://naudio.codeplex.com ,毫无疑问。 马克是SO的常客,产品很好,有很好的代码示例。 有用。 我们用它制作了一些很棒的东西。 http://naudio.codeplex.com , without a doubt. Mark is a regular here on SO, the product is well alive, there are good code examples. It works. We built some great stuff with it.
  • 你有没有想过使用WMA? 如果使用托管C ++或C ++ / CLI,则可以非常轻松地围绕Windows Media Format SDK编写托管包装器。 然后,可以通过更高级别的VB.Net或C#程序集轻松使用此程序集。 只要你安装了WMP,它甚至具有不需要任何额外依赖性的优点。 Have you thought about using WMA? If you use managed C++ or C++/CLI it's very easy to write a managed wrapper arou ...

相关文章

更多

最新问答

更多
  • 散列包括方法和/或嵌套属性(Hash include methods and/or nested attributes)
  • TensorFlow:基于索引列表创建新张量(TensorFlow: Create a new tensor based on list of indices)
  • 企业安全培训的各项内容
  • 错误:RPC失败;(error: RPC failed; curl transfer closed with outstanding read data remaining)
  • NumPy:将int64值存储在np.array中并使用dtype float64并将其转换回整数是否安全?(NumPy: Is it safe to store an int64 value in an np.array with dtype float64 and later convert it back to integer?)
  • 注销后如何隐藏导航portlet?(How to hide navigation portlet after logout?)
  • 将多个行和可变行移动到列(moving multiple and variable rows to columns)
  • 对setOnInfoWindowClickListener的意图(Intent on setOnInfoWindowClickListener)
  • Angular $资源不会改变方法(Angular $resource doesn't change method)
  • 如何配置Composite C1以将.m和桌面作为同一站点提供服务(How to configure Composite C1 to serve .m and desktop as the same site)
  • 不适用:悬停在悬停时:在元素之前[复制](Don't apply :hover when hovering on :before element [duplicate])
  • Mysql DB单个字段匹配多个其他字段(Mysql DB single field matching to multiple other fields)
  • 产品页面上的Magento Up出售对齐问题(Magento Up sell alignment issue on the products page)
  • 是否可以嵌套hazelcast IMaps?(Is it possible to nest hazelcast IMaps? And whick side effects can I expect? Is it a good Idea anyway?)
  • UIViewAnimationOptionRepeat在两个动画之间暂停(UIViewAnimationOptionRepeat pausing in between two animations)
  • 在x-kendo-template中使用Razor查询(Using Razor query within x-kendo-template)
  • 在BeautifulSoup中替换文本而不转义(Replace text without escaping in BeautifulSoup)
  • 如何在存根或模拟不存在的方法时配置Rspec以引发错误?(How can I configure Rspec to raise error when stubbing or mocking non-existing methods?)
  • asp用javascript(asp with javascript)
  • “%()s”在sql查询中的含义是什么?(What does “%()s” means in sql query?)
  • 如何为其编辑的内容提供自定义UITableViewCell上下文?(How to give a custom UITableViewCell context of what it is editing?)
  • c ++十进制到二进制,然后使用操作,然后回到十进制(c++ Decimal to binary, then use operation, then back to decimal)
  • 以编程方式创建视频?(Create videos programmatically?)
  • 无法在BeautifulSoup中正确解析数据(Unable to parse data correctly in BeautifulSoup)
  • webform和mvc的区别 知乎
  • 如何使用wadl2java生成REST服务模板,其中POST / PUT方法具有参数?(How do you generate REST service template with wadl2java where POST/PUT methods have parameters?)
  • 我无法理解我的travis构建有什么问题(I am having trouble understanding what is wrong with my travis build)
  • iOS9 Scope Bar出现在Search Bar后面或旁边(iOS9 Scope Bar appears either behind or beside Search Bar)
  • 为什么开机慢上面还显示;Inetrnet,Explorer
  • 有关调用远程WCF服务的超时问题(Timeout Question about Invoking a Remote WCF Service)