Questions tagged [ios10]

iOS 10 is the tenth version of Apple's iOS mobile operating system. It was announced at the company's Apple Worldwide Developers Conference (WWDC) on June 13, 2016. The ios10 tag should be used for questions specific to Apple's iOS 10 operating system. General iOS questions should use the ios tag.

Introduced at WWDC 2016, iOS 10, dubbed "the biggest iOS release ever" brings many new features and an interface redesign.

New features include:

  • Improved Messages, Maps, Apple Music
  • New SiriKit and CallKit frameworks

iOS 10 is the latest version of iOS released to the public and supports the following devices.

iPhone

  • iPhone 5
  • iPhone 5C
  • iPhone 5S
  • iPhone 6
  • iPhone 6 Plus
  • iPhone 6S
  • iPhone 6S Plus
  • iPhone SE
  • iPhone 7
  • iPhone 7 Plus

iPod Touch

  • iPod Touch (6th generation)

iPad

  • iPad (4th generation)
  • iPad Air
  • iPad Air 2
  • iPad Pro 12.9
  • iPad Pro 9.7

iPad Mini

  • iPad Mini 2
  • iPad Mini 3
  • iPad Mini 4

More information can be found here:

2837 questions
95
votes
13 answers

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, viewDidLoad has never been the better place to correctly size the views. But viewDidLayoutSubviews is! And on my…
Martin
  • 11,087
  • 6
  • 60
  • 99
94
votes
9 answers

The document Main.storyboard requires Xcode 8.0 or later

I downloaded Xcode beta and opened my existing project to see how it works with Xcode 8 beta (I opened Storyboard file from Xcode 8). Now when I open my project from Xcode 7.3 I am not able to open storyboard file , it gives me following error This…
Bhumit Mehta
  • 15,898
  • 11
  • 46
  • 63
93
votes
12 answers

Failed to read values in CFPrefsPlistSource iOS 10

I've updated my Xcode 8 to beta 2 today and I'm trying to share data between App and Today Extension. I'm facing with this log warning: 2016-07-08 18:00:24.732472 ProjetctX[941:42801] [User Defaults] Failed to read values in…
Klevison
  • 3,072
  • 1
  • 16
  • 28
92
votes
6 answers

App rejected due to missing usage descriptions (Xcode8)

So I got this mail today saying that the latest build of my app was rejected by iTunes Connect due to some missing usage descriptions. To be exact: This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist…
KimHafr
  • 2,854
  • 3
  • 24
  • 25
89
votes
6 answers

How to make phone call in iOS 10 using Swift?

I want my app to be able to call a certain number when a button is clicked. I've tried to google it but there doesn't seem to have one for iOS 10 so far (where openURL is gone). Can someone put an example for me on how to do so? For instance like:…
user3175707
  • 1,013
  • 1
  • 11
  • 14
89
votes
9 answers

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("hello from printf"); Here's the output on iOS 9 Simulator: 2016-06-17 09:49:10.887 calmapp-dev[28517:567025] hello from…
Tyler Sheaffer
  • 1,753
  • 1
  • 13
  • 16
88
votes
3 answers

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 Vary for Traits. Is this replacement of Size Classe for different width and height of devices. By selection of width checkbox, it…
technerd
  • 12,929
  • 9
  • 56
  • 82
82
votes
4 answers

Error: Protocol not available, dumping backtrace

2016-09-17 15:16:04.386085 appDemo[2371:94976] [] __nwlog_err_simulate_crash simulate crash already simulated **"nw_socket_set_common_sockopts setsockopt SO_NOAPNFALLBK failed: [42] Protocol not available"** 2016-09-17 15:16:04.386676…
Rahul Mayani
  • 3,583
  • 4
  • 24
  • 38
78
votes
11 answers

Error '_BSMachError: port 1607; (os/kern) invalid capability (0x14) "Unable to insert COPY_SEND" in Cordova app on iOS 10

Everything works fine till I build my cordova application with Xcode 7.3.0 but it started crashing only on iOS 10 devices after building the same application with Xcode 8 whenever i'm changing the orientation from Portrait to Landscape where as it…
umesh
  • 801
  • 1
  • 6
  • 4
74
votes
7 answers

NSLog on devices in iOS 10 / Xcode 8 seems to truncate? Why?

Why the console output shows incomplete in Xcode 8 / iOS 10?
iPeta
  • 792
  • 1
  • 5
  • 9
73
votes
6 answers

openURL: deprecated in iOS 10

Apple with iOS 10 has deprecated openURL: for openURL:option:completionHandler If I have: [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://www.google.com"]]; How it will become? options:<#(nonnull NSDictionary
Joannes
  • 1,616
  • 3
  • 11
  • 24
71
votes
18 answers

iOS 10 bug: UICollectionView received layout attributes for a cell with an index path that does not exist

Running my app in a device with iOS 10 I get this error: UICollectionView received layout attributes for a cell with an index path that does not exist In iOS 8 and 9 works fine. I have been researching and I have found that is something related to…
cmacera
  • 1,099
  • 1
  • 10
  • 21
69
votes
3 answers

Xcode 8, iOS 10 - "Starting WebFilter logging for process"

WF: === Starting WebFilter logging for process Test 2016-09-30 08:56:45.458007 Test[616:142557] WF: _userSettingsForUser mobile: { filterBlacklist = ( ); filterWhitelist = ( ); restrictWeb = 1; …
Saleh Sultan
  • 2,083
  • 1
  • 18
  • 27
68
votes
9 answers

Safe area layout guides in xib files - iOS 10

I started adapting my app for iPhone X and found an issue in Interface Builder. The safe area layout guides are supposed to be backwards compatible, according to official Apple videos. I found that it works just fine in storyboards. But in my XIB…
Tiago Lira
  • 2,543
  • 1
  • 16
  • 16
64
votes
17 answers

Xcode 8 | iOS 10 simulator "Error returned in reply: Connection invalid"

While I am try to run an app in the iOS 10 simulator using xcode8 I get these alerts frequently. They randomly appear two at a time and it is not apparent what is triggering them. Below is Image for Error I got. I tried Following things. Clean &…
Ketan P
  • 3,899
  • 3
  • 28
  • 34