Top "Xcode8" questions

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

Xcode Provisioning Profiles Location

Where are the Provisioning Profiles located in Xcode 8.3.3 within the project and/or file directory?

xcode xcode8 provisioning-profile app-signing
Class PLBuildVersion is implemented in both frameworks

iOS 10 / Xcode 8 GM build getting the below, never had it before on Xcode 7. Any ideas? objc[25161]: Class PLBuildVersion is implemented …

xcode ios10 xcode8
How do I toggle between Debug and Release builds in Xcode 6 / 7 / 8?

How do I get Xcode to build an OS X app in release mode? I can only seem to find …

xcode xcode8 xcode7 xcode9 xcode10
Type 'Any' Has no Subscript Members in xcode 8 Swift 3

My App is supposed to go to a specific location to pull down the website it needs to load. In 2.3 …

ios json swift swift3 xcode8
dyld`__abort_with_payload: With no error message

When i start my app with XCode, i have a crash but no error App is just stopping on this …

ios xcode xcode8
How to use iOS 10.3 devices with Xcode 8.2.1

This iPad mini 2 (Model A1490) is running iOS 10.3 (14E277), which may not be supported by this version of Xcode. my …

xcode8 ios10.3
"Creating an image format with an unknown type is an error" with UIImagePickerController

While choosing an image from the image picker in iOS 10 Swift 3 I am getting an error - Creating an image …

ios swift xcode uiimageview xcode8
How do I change the iOS version for the Simulator?

Environment: Version 8.2 beta (8C30a) My schema list only devices. How do I change the iOS version in simulator? I …

ios-simulator xcode8
What is 'Vary for Traits' in Xcode 8?

I am using AutoLayout and Size classes, but with release of iOS 10 and new Xcode 8.0, there is one new option …

ios xcode8 ios10 ios-autolayout
iOS 10 doesn't print NSLogs

Nothing prints from NSLog on Xcode 8.0 beta (8S128d). printf is unchanged Here's my code: NSLog(@"hello from NSLog"); printf("…

ios xcode nslog xcode8 ios10