Hey guys so I recently updated my Xcode version to Xcode 8 and I have started getting these errors in the new betas that I haven't gotten before.
CSSearchableIndex.default().indexSearchableItems([searchableItem]) { // Error.
(error : NSError?) -> Void in
if error != nil {
print(error?.localizedDescription)
}
}