Top "Xcode8" questions

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

Bitcode signature failure in Xcode

I updated Xcode to the last version, and now when I'm trying to compile the project I'm getting an error "…

objective-c xcode8 bitcode
iTunes Connect submission code signing entitlements error Xcode 8

I am having trouble submitting my newest app update with Xcode 8 GM. I updated my iPhone and watchOS app in …

ios xcode app-store-connect xcode8
Can xcodebuild manage automatic signing?

SUMMARY: If you open a project in Xcode 8 with "Automatically manage signing" enabled and a new bundle ID, it will …

ios xcode cordova xcode8
Xcode 8 very slow Swift compiling

Ever since Swift 3 and Xcode 8 my project compiles quite slowly. Every time I add so much as an empty line …

ios swift xcode swift3 xcode8
Decode a base64 data to image

This code doesn't working with Swift 3 anymore. imageData = NSData(base64EncodedString: mediaFile, options: NSDataBase64DecodingOptions.fromRaw(0)!) So is this one. …

uiimage base64 swift3 nsdata xcode8
How to extract xip archive using command line?

I searched around how to extract XIP archive using command line with no luck so I am leaving my own …

xcode macos xcode8 osx-elcapitan macos-sierra
Xcode 8.1 beta 3 - AQDefaultDevice messages

As of beta2, I'm getting this message every two seconds after I create an audio output unit: 2016-10-14 11:31:21.572479 MyProduct[94063:8294923] […

audio xcode8 beta
Swift 3 :Closure use of non-escaping parameter may allow it to escape

I have the following function where I have completion handler but I'm getting this error: Closure use of non-escaping parameter …

ios swift xcode8 completionhandler
'CGAffineTransformIdentity' is unavailable in Swift

Came across this error when trying to do adapt some animations into Swift3 syntax. UIView.animate(withDuration: duration, delay: 0.0, usingSpringWithDamping: 0.5, …

swift3 xcode8
Xcode 8 "The application does not have a valid signature"

Xcode 8 throws the following error despite provisioning seems to be fine: How to fix it?

xcode xcode8