orion538

Results 1 issues of orion538

I'm getting an error using the following code: ``` let context: NSManagedObjectContext = self.getPrivateContext() context.performBlockAndWait { if let key = self.appDelegate.APIKey { apiKey = key } else { if let...