Top "Xcode6" questions

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

swift programming NSErrorPointer error etc

var data: NSDictionary = NSJSONSerialization.JSONObjectWithData(responseData, options:NSJSONReadingOptions.AllowFragments, error: error) as NSDictionary; This line of code gives me error …

swift xcode6 nserror
How to convert NSHTTPURLResponse to String in Swift

I would like to convert my response from the NSHTTPURLResponse type to String: let task = session.dataTaskWithRequest(request, completionHandler: {(data, …

string swift xcode6 nshttpurlresponse
Xcode - How to delete target in Xcode 6.1?

I cannot find the little box that used to exist in Xcode 5 that would allow me to play/delete targets. …

xcode6
ERROR ITMS-90174: "Missing Provisioning Profile - iOS Apps must contain a provisioning profile in a file named embedded.mobileprovision."

When I upload to Application Loader I receive the following message: ERROR ITMS-90174: "Missing Provisioning Profile - iOS Apps must …

ios xcode6 provisioning-profile provisioning ios-provisioning
Can't install Provisioning Profiles on iPhone (iOS 8 beta 4 / Xcode 6 Beta 4)

I can't install any of my iOS developer distribution or developer linked provisioning profiles onto my iPhone 5S running iOS …

ios iphone ios8 xcode6 osx-yosemite-beta
xcode 6 upload app with error: iTunes Store operation failed Error Description not available

When I try to upload my app to iTC, after validate my app, I begin to submit it . But there …

ios iphone app-store app-store-connect xcode6
How to create and send the json data to server using swift language

I'm new to IOS development and I have started with the swift language. I'm trying to get the value from …

ios json swift xcode6 swift-playground
You are not authorised to use this service iTunes app upload error

Since the Apple "Users & Roles" update to iTunesConnect end of november 2015 some people have been experiencing an error message "…

ios iphone xcode xcode6 app-store-connect
UICollectionView - Scrolling to first cell

I'm making use of UICollectionView and I need to scroll to first cell after click in a button. The button …

ios swift xcode6 uicollectionview uicollectionviewcell
How to use Swift documentation comments

I have a few questions about Swift documentation comments: Is there a way to make a Related declarations section like …

ios xcode swift xcode6 documentation-generation