Top "Xcode6-beta6" questions

Xcode 6 beta 6 was a pre-release version of Xcode 6 released on August 18, 2014.

Swift AnyObject is not convertible to String/Int

I want to parse a JSON to object, but I have no idea how to cast AnyObject to String or …

swift xcode6-beta6
An error was encountered while running (Domain = LaunchServicesError, Code = 0)

I received an error (Domain = LaunchServicesError, Code = 0) when trying to launch my app in the iOS Simulator with Xcode 6. I …

ios swift ios-simulator xcode6 xcode6-beta6
Type 'AnyObject' does not conform to protocol 'SequenceType'

func loadThumbnails() { let paths = NSSearchPathForDirectoriesInDomains(NSSearchPathDirectory.DocumentDirectory, NSSearchPathDomainMask.UserDomainMask, true) let documentsDirectory:NSString = paths[0] as NSString var error:NSError? let …

xcode for-loop swift xcode6-beta6
fatal error: NSArray element failed to match the Swift Array Element type

Suddenly I'v started getting run time error as, fatal error: NSArray element failed to match the Swift Array Element type …

ios swift ios8 xcode6-beta6 xcode6-beta5
Use Cocoapods with an App Extension

I'm trying to build a photo App Extension in Xcode 6 Beta-6 that uses cocoapods libraries. The bridging header that Xcode …

swift ios8 cocoapods ios-app-extension xcode6-beta6
Missing argument for parameter #1 in call error for function with no params. Swift

I am using xcode 6 beta 6 and I get this weird error for a function that has no params. Here is …

ios swift xcode6-beta6
How to add buttons to navigation controller visible after segueing?

I have set up a view controller in Storyboard which is embedded in a navigation controller. In this nav controller …

ios xcode xcode6 xcode6-beta6
[NSObject : AnyObject]?' does not have a member named 'subscript' error in Xcode 6 beta 6

I used the below couple of code lines to get the frame of the keyboard when its shown on the …

ios dictionary swift xcode6-beta6
Xcode 6 Beta - Apple Mach-O Linker error

After updating to the recently released beta 6 of Xcode 6, my swift project fails to build due to the following errors. …

ios xcode compiler-errors swift xcode6-beta6
Add action to UIBarButtonItem Swift

Button is created in storyboard and I want to add an action. self.cancel.action = NSSelectorFromString("cancel:") func cancel(sender: …

swift uibarbuttonitem xcode6-beta6