Top "Xcode6" questions

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

UIStatusBarStyle not working in Swift

I'm trying to change the Status Bar color in my Swift app to white, but am hitting a brick wall. …

ios swift appdelegate uistatusbar xcode6
Swift playgrounds with UIImage

I am working with Xcode 6, and I'm trying to recreate the code demoed during session 401 "What's new in Xcode 6". I've …

ios uiimage swift xcode6 swift-playground
dyld: Library not loaded: @rpath/libswiftCore.dylib / Image not found

I am running my app from xcode to my iOS device and I get this and black screen on iOS …

ios swift xcode6
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
App installation failed: Could not write to the device

In Xcode 6.3, I got this error when trying to run an iOS project written in Swift on a real device. …

ios iphone xcode6
filteredArrayUsingPredicate does not exist in swift Array

I have "UserDetails" struct objects in array..I want to filter the objects from array. But there is no option …

swift ios8 xcode6
Xcode 6 - xcassets for universal image support

Currently working on a universal SpriteKit project. I'll be supporting the following devices: iPhone 4/s, iPhone 5/c/s, iPhone 6, iPhone 6+ …

ios xcode sprite-kit xcode6 xcasset
How to use openURL for making a phone call in Swift?

I have converted the code for making a phone call from Objective-C to Swift, but in Objective-C, we can set …

swift nsurl xcode6 openurl
Xcode6: Run two instances of the simulator

I have two different targets for my iOS app. Is it possible to run simultaneously the two apps on two …

ios xcode xcode6 simulator
Xcode6 error: "No matching provisioning profiles found for application"

I'm trying to submit my iOS app in Xcode6. When I click Submit or Validate in the organizer, a window …

ios xcode6 provisioning-profile entitlements