PFSubclassing with array pointer and swift 1.2 - fatal error: NSArray element failed to match the Swift Array Element type
问题 With swift 1.2, I can no longer retrieve an array of poiter with parse subclass and downcasting it with another parse subclass. I always found the error: fatal error: NSArray element failed to match the Swift Array Element type Do you have an idea or it may come? The code: import Foundation class ShotModel : PFObject, PFSubclassing { /** * MARK: Properties */ @NSManaged var name: String @NSManaged var pics: [PicModel] override class func initialize() { var onceToken : dispatch_once_t = 0;