Top "Xcode8" questions

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

SecItemAdd always returns error -34018 in Xcode 8 in iOS 10 simulator

Update: This issue has been fixed in Xcode 8.2. Keychain works in the simulator without enabling keychain sharing. Why am I …

ios xcode ios10 xcode8
Xcode 8.0 Swift 3.0 slow indexing and building

I've installed Xcode 8.0 and converted Swift 2.2 to 3.0 (that process also took a lot of time, I just left my Mac …

ios xcode indexing swift3 xcode8
What's ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES with CocoaPods, Swift 3 and Xcode 8

after installing cocoapods and adding pod "SwiftCarousel" to pod file and uncomment the platform :ios, '9.0' I got this …

ios swift3 cocoapods xcode8
Since Xcode 8 and iOS10, views are not sized properly on viewDidLayoutSubviews

It seems that with Xcode 8, on viewDidLoad, all viewcontroller subviews have the same size of 1000x1000. Strange thing, but okay, …

ios autolayout ios10 xcode8
Is there a writeToFile equivalent for Swift 3's 'Data' type?

I've some code which returns the new iOS 10 / Swift 3 NSData replacement(?) type: Data if let jpegData = UIImageJPEGRepresentation(newImage, 0.8) { ... } I want …

swift nsdata swift3 xcode8 ios10
Error in iOS 10 : Unable to copy asset information from https://mesu.apple.com/assets/ for asset type

2016-10-05 13:36:21.383340 MyApp[1867:72704] 0x60000015e350 Copy matching assets reply: XPC_TYPE_DICTIONARY <dictionary: 0x60000015e350> { count = 1, transaction: 0, voucher = 0…

ios objective-c ios10 xcode8 uiimageasset
Xcode 8 cocoapods abort trap: 6

localhost:PodTest3 haiwang$ pod install Analyzing dependencies Downloading dependencies Installing MBProgressHUD (0.9.2) Installing Masonry (1.0.2) Generating Pods project Abort trap: 6 After upgrading …

cocoapods xcode8 abort
Xcode 8 - Provisioning Profile vs. Provisioning Profile (Deprecated)

I have just updated to Xcode 8 and I now have two options for app signing, Provisioning Profile and Provisioning Profile (…

xcode code-signing provisioning-profile xcode8
Xcode 8.3.3 "No accounts with iTunes Connect access"

When trying to upload an App to iTunes connect in Xcode 8.3.3, I get the error: iTunes Connect access for "Team-Name" …

ios xcode app-store-connect xcode8
UIUserNotificationSettings deprecated in iOS 10

I am looking for the alternate way of implementing UIUserNotificationSettings in iOS 10. Apple documentation has given the below framework for …

swift xcode apple-push-notifications ios10 xcode8