Top "Xcode6" questions

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

Ineligible Devices section appeared in Xcode 6.x.x

After installing Xcode 6 my devices moved to greyed-out section Ineligible Devices and I can't select them as deploy target: Update: …

ios xcode6
No suitable records were found verify your bundle identifier is correct

I have created an app in App Store Connect and it has been in the "prepare for submission" state for …

ios xcode6 app-store-connect
"The file "MyApp.app" couldn't be opened because you don't have permission to view it" when running app in Xcode 6 Beta 4

Whenever I try to run my app in Xcode 6 Beta 4 I am getting the error: The file "MyApp.app" couldn't …

swift xcode5 xcode6
Swift Bridging Header import issue

Following instructions, I've created a bridging header and added to my project. Unfortunately, the following error occurred: :0: error: could not …

ios swift xcode6 bridging-header objective-c-swift-bridge
Class 'ViewController' has no initializers in swift

Getting the complaint from the compiler when I am doing this class ViewController: UIViewController { var delegate : AppDelegate override func viewDidLoad() { …

swift xcode6 swift-playground
Launch Image does not show up in my iOS App

I want to get a simple launch screen to show in my app, built using Xcode 6.0.1. I have added a …

ios8 xcode6 xcasset launchimage
How to create a fixed-size array of objects

In Swift, I am trying to create an array of 64 SKSpriteNode. I want first to initialize it empty, then I …

swift ios8 xcode6
Xcode 6 iPhone Simulator Application Support location

In Xcode 6, I have an app I'm using Core Data in, but there is no folder in Application Support for …

ios xcode core-data ios8 xcode6
trying to animate a constraint in swift

I have a UITextField that I want to enlarge its width when tapped on. I set up the constraints and …

xcode swift constraints xcode6