I\'m using Parse and I\'m creating a PFObject subclass conforming to the protocol PFSubclassing! It was working all fine, but now I\'m using Swift 1.2 and it gives me this
Try this :
override class func initialize() { var onceToken : dispatch_once_t = 0; dispatch_once(&onceToken) { self.registerSubclass() } }
The Parse documentation has been updated : https://www.parse.com/docs/ios/guide#objects-subclassing-pfobject