导入MobileCoreServices后,在Xcode中没有建议

时间:2015-11-14 13:17:49

标签: xcode swift swift2 xcode7

import UIKit
import CoreSpotlight
import MobileCoreServices

我将这个框架导入Xcode,但是在这一刻输入时我没有看到建议:

let item = CSSearchableItemAttributeSet(itemContentType: kUTType //here I have no suggests/list with suggestions.
        item.title = listToDo[indexPath.item]["title"]
        item.contentDescription = listToDo[indexPath.item]["state"]

有人可以告诉我为什么吗? (从CoreSpotlight建议没问题)

1 个答案:

答案 0 :(得分:0)

有时Xcode会停止提供建议。清理构建文件夹和/或重新启动通常可以解决问题。