Top "Xcode6" questions

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

How to enable native resolution for apps on iPhone 6 and 6 Plus?

Xcode 6 GM now includes simulators for iPhone 6 and 6 Plus, and by default they run apps in a scaled mode. To …

ios ios8 ios-simulator xcode6 iphone-6
Automatic Preferred Max Layout Width is not available on iOS versions prior to 8.0

I opened an existing iOS project with Xcode6 beta6, and Xcode lists the following warning for both Storyboard and Xib …

ios autolayout ios8 xcode6
How to create IPA in Xcode 6?

In my project I can not figure out how to create an IPA file. Can anyone explain, step by step, …

ios objective-c iphone xcode xcode6
Xcode 6 - How to pick signing certificate/provisioning profile for Ad-Hoc distribution?

To distribute the app to our testers we use Xcode, which we do using the following process: Archive application Distribute …

ios ios8 xcode6
Importing Project-Swift.h into a Objective-C class...file not found

I have a project that was started in Objective-C, and I am trying to import some Swift code into the …

ios objective-c xcode swift xcode6
Xcode 6 beta 2 issue exporting .ipa: "Your account already has a valid iOS distribution certificate"

I'm having trouble exporting an app for Ad Hoc Distribution on Xcode 6 beta 2: When exporting my project for ad hoc …

ios iphone xcode6
NSDate Comparison using Swift

I am working on an app the requires checking the due date for homework. I want to know if a …

swift nsdate xcode6
What is "Constrain to margin" in Storyboard in Xcode 6

I am Working with autolayout and constraints and found there is a Constrain to margins option in Xcode 6 which was …

ios xcode storyboard autolayout xcode6
Xcode 6 - Launch simulator from command line

I want to launch iPhone simulator from command line. until now I have been using the below command /Applications/Xcode.…

ios xcode ios-simulator xcode6
How to set imageView in circle like imageContacts in Swift correctly?

I want to show a picture into imageView like the image contact (in a circle) But when I try to …

ios swift uiimageview xcode6