iOS 10 / Xcode 8 GM build getting the below, never had it before on Xcode 7. Any ideas? objc[25161]: Class PLBuildVersion is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x12049a910) and...
  • May 26, 2022
  • 0 Comments
I am trying to dismiss a ViewController in swift by calling dismissViewController in an IBAction @IBAction func cancel(sender: AnyObject) { self.dismissViewControllerAnimated(false, completion: nil) println("cancel") } @IBAction func done(sender: AnyObject)...
  • May 24, 2022
  • 0 Comments
I want to install Lxml so I can then install Scrapy. When I updated my Mac today it wouldn’t let me reinstall lxml, I get the following error: In...
  • May 24, 2022
  • 0 Comments