Top "Xcode6" questions

Xcode 6 is Apple's integrated development environment (IDE).

How to transition scenes in Swift

In Objective-C, using Sprite-Kit, I would successfully use something like the following code in Objective-C to bring up a new …

sprite-kit swift transitions ios8 xcode6
Xcode can only refactor C and Objective-C code. How to rename swift class name in Xcode 6?

I have created a new Single View Application Project in Xcode 6 beta version. I want to rename swift class from …

ios swift xcode xcode6 xcode9
How to integrate latest SDWebImage API in my Swift based project?

I have used SDWebImage with Objective C and it worked great for me but now I am learning Swift and …

swift xcode6 sdwebimage ios8.1
Xcode 6 with Swift super slow typing and autocompletion

Is it just me or Xcode 6 (6.0.1) with Swift seems to be super slow when you type your code, especially with …

ios xcode autocomplete swift xcode6
Dealing with different iOS device resolutions in SpriteKit

I'm playing around with SpriteKit in Xcode 6, iOS 8 beta 5. Everything is all laid out and working perfectly on the iPhone 4…

ios sprite-kit xcode6
How can I add a device to development portal in Xcode 6?

I see that Xcode6 has removed the "Devices" tab from the organizer and moved it to a separate "Devices" tab …

ios code-signing xcode6 provisioning-profile
Unable to boot device in current state: Booted

Any guess on "Unable to boot device in current state: Booted" error in Xcode6 beta while running (build+run) project …

ios8 runtime-error xcode6 xcode6.1
Found an unexpected Mach-O header code: 1918975009 in xCode 6

What causes the error Found an unexpected Mach-O header code: 1918975009 in xCode 6 I archived my project to send out as …

ios xcode xcode6 mach-o
What does the "Embedded Content Contains Swift Code" build setting in Xcode 6 do?

It's a new setting under "Build Options". What does it do? I can't seem to find any documentation about it. …

xcode swift xcode6 ios-app-extension
Debug breakpoint in Swift Playground?

I'm trying to add a breakpoint in the line # gutter, but no breakpoint is added when I do this in …

swift xcode6 swift-playground