I got some issue with the code that I can\'t figure out. After I installed Xcode 7 beta and convert my swift code to Swift 2
Code:
o
var results = [YourEntity]? results = try! self.managedObjectContext!.executeFetchRequest(fetchRequest) as! [YourEntity]