Re: WatchKit Noob Question

2016-11-08 Thread Richard Charles
> On Nov 8, 2016, at 11:21 AM, Quincey Morris > wrote: > > Yes, I agree, both that many useful pieces information are gone or not linked > to, and that the web pages take up far too much vertical space. The current documentation is perfectly formatted for an iPad. I find this documentation u

Re: WatchKit Noob Question

2016-11-08 Thread Quincey Morris
On Nov 8, 2016, at 04:08 , Charles Jenkins wrote: > > Now that Apple’s docs have been reformatted attractively with plenty of > whitespace, it seems crucial requirements info is often missing. Yes, I agree, both that many useful pieces information are gone or not linked to, and that the web pa

Re: WatchKit Noob Question

2016-11-08 Thread Charles Jenkins
Well, no. The Apple docs I have found* and sample code from people asking questions in places like StackOverflow all completely fail to mention you need to import UserNotifications. Now that Apple’s docs have been reformatted attractively with plenty of whitespace, it seems crucial requirements inf

Re: WatchKit Noob Question

2016-11-07 Thread Quincey Morris
On Nov 7, 2016, at 17:00 , Charles Jenkins wrote: > > What am I doing wrong? What is the error message? And you did import UserNotifications, right? ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderat

WatchKit Noob Question

2016-11-07 Thread Charles Jenkins
I’m writing my first WatchKit app. My deployment target is watchOS 3.1. I have searched the documentation and tutorials for scheduling local notifications on the watch, and I’m stuck at step 1. This line of my WatchKit Extension app’s InterfaceController.swift app file will not compile: let con