Ios 使用';采购订单';Xcode 6 beta 5调试选定视图中的命令

Ios 使用';采购订单';Xcode 6 beta 5调试选定视图中的命令,ios,xcode,swift,xcode6,Ios,Xcode,Swift,Xcode6,我正在使用Xcode 6 beta 5中的“调试选定视图”功能,我在PrepareForenterFaceBuilder()函数中设置了一个断点 但当我尝试使用po命令时,它会给我一个错误: (lldb) po almondImage error: Error in auto-import: Failed to load linked library swiftQuartzCore of module TrailMixKit - errors: Looking for "@rpath/libsw

我正在使用Xcode 6 beta 5中的“调试选定视图”功能,我在PrepareForenterFaceBuilder()函数中设置了一个断点

但当我尝试使用po命令时,它会给我一个错误:

(lldb) po almondImage
error: Error in auto-import:
Failed to load linked library swiftQuartzCore of module TrailMixKit - errors:
Looking for "@rpath/libswiftQuartzCore.dylib", error: not a string object
以下是我的文件的前几行(包括导入):


如果我在模拟器中运行应用程序时设置了断点,po命令将正常工作。

无法添加注释,但您是否为QuartzCore添加了框架

尝试打印图像。顺便问一下,杏仁图像是什么样的物体?@artud2000显然,它是一个杏仁图像使用“打印”时出现PSame错误。如果我试图打印任何其他变量,包括字符串对象,也会出现同样的错误。同样要澄清的是,almondImage是一些Almond的JPG图像(可能应该改名为“almondsImage”),我遇到了这个问题,我尝试使用的任何po都会出现这个问题,不管对象类型如何。在Xcode 6.0.1中仍然看到这个问题
//
//  TrailMixIngredientImageView.swift
//  Trailmix

import UIKit
import QuartzCore