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...
What should the typical .gitignore include for Xcode 6? Also for information regarding the xccheckout introduced in Xcode 5 see here 3 Answers 3
We have been trying to submit an app to the iTunes store using Application Loader for three days and keep getting stuck at the “Authenticating with the iTunes store”...
How to collapse all methods in a class in Xcode? Collapsing one by one is not an option anymore. 6 Answers 6
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)...
I localized a part of my application with creating a base.lproj storyboard and 3 string files for it. It was a month ago and after that I added new...
This just started happening that my iOS project is only showing “My Mac 64-bit” rather than the Simulator or my iPhone to build to. I have no idea why...
How do I set the images so that I can archive and validate my app? The screen looks like this now: So the first one says 29pt, but then...
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...
I have been using the new ‘Build and Archive’ feature of the latest Xcode 3.2.3. I like it. Now I noticed that it is always disabled for some reason....