我的 Xcode 6.0.1 Playground 有啥问题?

Posted

技术标签:

【中文标题】我的 Xcode 6.0.1 Playground 有啥问题?【英文标题】:What could be wrong with my Xcode 6.0.1 playground?我的 Xcode 6.0.1 Playground 有什么问题? 【发布时间】:2014-10-15 13:17:42 【问题描述】:

我只是想在操场上创建一个图像对象:

import UIKit
import CoreImage    

let image = CIImage()

得到的只是这个错误:

Execution was interrupted, reason: EXC_BREAKPOINT (code=EXC_l386_PTB, subcode=0x0).

如果我尝试创建 CIFilter 我也会收到错误,所以我假设它与操场上的 CoreImage 有关。

注意我正在使用:OSX 10.9.5

【问题讨论】:

我也遇到了同样的问题,看来你还不能在操场上使用core image 作为一种解决方法,您可以使用常规的 xcode 项目。 【参考方案1】:

CoreImage 在 Playgrounds 中不可用。

【讨论】:

以上是关于我的 Xcode 6.0.1 Playground 有啥问题?的主要内容,如果未能解决你的问题,请参考以下文章

Xcode Playground 中的 SwiftUI 列表

如何在项目目录中的 Xcode 内打开 Playground?

在应用程序中嵌入 Xcode Playground

在常规 Xcode 项目中重用 Playground 代码

为啥我的代码可以在 Xcode Playground 中运行,但不能在我的项目中运行?

带有 Cocoapods 的 Xcode Playground