Top "Xcode6.3" questions

Related to the specific version of the Apple's IDE, Xcode 6.3. It was released on April 8, 2015.

Cannot subscript a value of [AnyObject]? with an index of type Int

This is in a class extending PFQueryTableViewController and I am getting the following error. The rows will be PFUser only. …

ios xcode swift parse-platform xcode6.3
Xcode playgrounds can't access swift files in Sources folder

I just upgraded to Xcode 6.3 and they offered something new to the Playgrounds. If you make a new playgrounds and …

swift swift-playground xcode6.3
How to remove one of the cocoa pods plugin from Xcode project

anyone know how to remove one of the cocoa pods plugin from Xcode project ? For example, I have installed afnetworking …

cocoapods xcode6.3
@import causes parse issue: "could not build module"

After updating with Xcode 6.3, I found something strange things with my projects. Below codes causes parse issue that says "Could …

xcode xcode6.3
Objective-C method conflicts with optional requirement method Swift

After the Xcode update, the compiler began to throw an error on the working code (both functions are in the …

ios swift xcode6.3
"No provisioned iOS devices are available with a compatible iOS version" after upgrade

I had Xcode 6.3 beta and iOS 8.3 beta, I updated to the public final versions and now I cannot run anything, …

ios iphone xcode xcode6.3
WatchKit apps must have a deployment target equal to iOS 8.2 (was 8.3)?

I just downloaded Xcode 6.3 beta 4, and my WatchKit app now fails to build with an error: Embedded Binary Validation Utility …

ios watchkit apple-watch xcode6.3
Xcode 6.3 freezes/hangs after opening XIB file

After upgrading to Xcode 6.3 (release version), Xcode now freeze every time I open a XIB/Storyboard file that includes an …

ios xcode xcode6.3
UITableViewAutomaticDimension not working in Xcode 6.3

I updated my Xcode to 6.3 along with Swift 1.2, and I made the transition. Everything works except dynamic row height for …

xcode uitableview nslayoutconstraint xcode6.3
Build error when trying to override an initializer in Xcode 6.3 Beta 3

The following code shows build error in Xcode 6.3 Beta 3. The code works in Xcode 6.2 and Xcode 6.3 Beta 2. class MyView: UIView { …

swift xcode6.3