Top "Xcode6" questions

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

Why am I getting an error "Failed to locate or generate matching signing assets" in Xcode 6?

I installed the Xcode 6 GM seed, and I'm trying to create an IPA file for the first time. After archive …

ios iphone xcode6 ios-provisioning
Swift Error: Variable used within its own initial value

When I'm initializing an instance of an entity I'm getting the error Variable used within its own initial value. Here …

ios swift ios8 xcode6
Xcode 6 iOS Creating a Cocoa Touch Framework - Architectures issues

I'm trying to make a dynamic framework for an iOS app. Thanks to the new version of Xcode (6) we can …

cocoa ios8 xcode6 dynamic-library ios-universal-framework
Getting ITMS-4238 "Redundant Binary Upload" error no mater what I change the build version or app version to

I rejected a binary i had which was 1.0 (1.0). The status went into Rejected by developer. I went to upload a …

ios app-store-connect xcode6
Xcode 6 error: "Embedded binary's bundle identifier is not prefixed with the parent app's bundle identifier."

I'm trying to build an extension project and Xcode keeps throwing the error in subject. Needless to day, the extension's …

ios8 xcode6 ios-app-extension
dyld: Library not loaded: @rpath with iOS8

I'm creating an iOS framework with Xcode6 and iOS8. When I link this with an iOS app and try running …

ios frameworks ios8 xcode6
iOS Segue - Left to Right -

I've read the other posts on segues but none solve my question. Simply put, my ViewControllers are ordered, like a …

ios swift xcode6 segue uiviewanimation
Xcode6: IBDesignable and IBInspectable with Objective-C

I have an Objective-C UI component that I'd like to make inspectable in Interface Builder with Xcode 6. Swift has the @…

objective-c swift xcode6
Code sign error : bundle format unrecognized, invalid, or unsuitable

Im working on an iOS app, Swift language, iOS8, Xcode 6.1. It was running fine on the iPad. Then I added …

ios swift ios8 xcode6 code-signing