OS X MapKit issues

2014-09-17 Thread Rick Mann
I've built the beginnings of a simple OS X app that will display some stuff on a map. Although the Map View I put in the window is displaying a map, and is set to show the user location, and the app asked for permission and I clicked OK, it's not actually displaying the location. I'm also

Re: OS X MapKit issues

2014-09-17 Thread Stephane Sudre
Is it signed with the appropriate Mac App Store Developer Certificate? On Wed, Sep 17, 2014 at 9:31 PM, Rick Mann rm...@latencyzero.com wrote: I've built the beginnings of a simple OS X app that will display some stuff on a map. Although the Map View I put in the window is displaying a map,

Re: OS X MapKit issues

2014-09-17 Thread Rick Mann
Yup, went through all that when I first tried to launch it. Using Xcode 6, it was fairly trivial, although I did have some issues with the automatic provisioning profile, but when I picked my Mac Team profile, it seemed to proceed without complaint. On Sep 17, 2014, at 15:35 , Stephane Sudre