Exporting a Development-signed OSX Application that uses Maps

If you want someone to test your OSX application that uses Maps, and it keep crashing on their Mac, it may be because they need their Mac to be in developer mode. You can see if its currently in developer mode with the following terminal command:

DevToolsSecurity -status

If you want to enable developer mode, use:

DevToolsSecurity -enable

And if for some reason you want to disable developer mode, use:

DevToolsSecurity -disable

You’ll most likely also have to right click on the app, and select ‘Open’ (and confirm) to run the app the first time.