Top "Xcode6" questions

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

Xcode - how to see build command and log?

I have build errors in my Xcode project (Objective-C), and I no longer "stumble upon" the build command string nor …

xcode logging build xcode6 output
FBSOpenApplicationErrorDomain code =4 error

When I'm trying to run iOS application in Xcode 6 in iPhone 6 simulator, I'm getting error Unable to run app in …

ios xcode xcode6 ios-simulator iphone-6
Attributed string with custom fonts in storyboard does not load correctly

We are using custom fonts in our project. It works well in Xcode 5. In Xcode 6, it works in plain text, …

ios swift ios8 xcode6 nsattributedstring
Cannot find executable for CFBundle CertUIFramework.axbundle

Just updated to Xcode 5 and this is the first error its throwing on the logger for all my apps. Can't …

xcode xcode5 xcode6
Can Xcode 6 and Xcode 5 coexist on the same computer?

I currently have and use Xcode 5, and while I'd like to experiment with Xcode 6, I don't want to use it …

xcode xcode5 xcode6
iOS error "Embedded binary is not signed with the same certificate as the parent app"

Those are my first steps in IOS applications development and I'm facing some problem that I can't figure out. error: …

xcode swift certificate xcode6 provisioning-profile
What does "Protocol ... can only be used as a generic constraint because it has Self or associated type requirements" mean?

I am trying to create a Dictionary (actually a HashSet) keyed on a custom protocol in Swift, but it is …

swift generics xcode6 swift-protocols
Simulator error FBSSystemServiceDomain code 4

I'm trying to run an app in the simulator but get this error message: Unable to run app in Simulator …

ios ios-simulator xcode6 ios8.1
Xcode 6 how to enable storyboard zoom?

I've updated to Xcode 6 beta 3 and see that the [+ = -] buttons in the storyboard corner are gone. Is there a …

zoom uistoryboard xcode6
How to animate a UIView with constraints in Swift?

In my contrived example, I have the following single view: As you can see, it consists of a few simple …

ios swift xcode6 uiviewanimation