【问题标题】: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 项目。

标签: xcode6 swift-playground


【解决方案1】:

CoreImage 在 Playgrounds 中不可用。

【讨论】:

    猜你喜欢
    • 2020-10-28
    • 1970-01-01
    • 2012-06-08
    • 2014-11-14
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-06-06
    相关资源
    最近更新 更多