Top "Xcode8" questions

Xcode 8 is an IDE created by Apple for the development of macOS, iOS, watchOS, and tvOS applications.

URLSessionUploadTask getting automatically cancelled instantly

I'm having this weird issue in which a newly created URLSessionUploadTask gets cancelled instantly. I'm not sure if it's a …

ios nsurlsession swift3 xcode8 nsurlsessionuploadtask
Strange Errors on Archive Validation

I've had an iOS project in fairly stable condition up until Xcode 8's public release. After a bit of confusion …

ios validation xcode8
Xcode 8 Objective-C category warning

I'm using Xcode 8 and Swift 3.0. What does this error message mean? ld: warning: Some object files have incompatible Objective-C category …

ios objective-c swift xcode xcode8
Adaptive Layout in Xcode 8

I am developing app using Xcode 8 (beta 1). Unfortunately, I am not able to find "Size Classes" option. In Xcode 7, there …

ios xcode xcode8 ios10 adaptive-layout
1. CGPathMoveToPoint' is unavailable: Use move(to:transform:) 2. 'CGPathAddLineToPoint' is unavailable: Use addLine(to:transform:)

I have created one of my application in swift 2 in Xcode 7.3.1. But now I have open same application in Xcode 8.0 …

swift3 xcode8 cgpath
Signing (Debug) doesn't include the beta-reports-active entitlement

During the try to setup signing settings of Xcode 8, I've got the following error for the development provision profile: Provisioning …

ios xcode xcode8 provisioning-profile code-signing-certificate
How to get a distribution app when using xcodebuild -exportArchive (Xcode8.3, Auto Signing)?

After update Xcode8.3, the options '-exportSigningIdentity', '-exportProvisioningProfile' and '-exportFormat' are removed from 'xcodebuild -exportArchive'. When i try to get a …

ios xcode8 xcodebuild
Register push notification Swift 3 + iOS 10

I'm trying to implement rich push notification but having issue with register push notification. Anybody help me?

apple-push-notifications swift3 ios10 xcode8 unusernotificationcenter
clipsToBounds causes UIImage to not display in iOS10 & XCode 8

I switched my project over to new beta versions of iOS 10 and XCode 8. In all three areas of my app …

ios uiimageview uiimage ios10 xcode8
Value of type 'Error' has no member 'code'

I am moving a test application over to Xcode 8 Beta 5 and converted my code to Swift 3. I am left with …

ios swift swift3 xcode8 nserror