This repository was archived by the owner on Feb 27, 2019. It is now read-only.

Description
If permission is denied and the "Show Me" dialog button is tapped to go to Settings, the console shows 2 errors:
_BSMachError: (os/kern) invalid capability (20)
_BSMachError: (os/kern) invalid name (15)
This can be solved by using dispatch_after or dispatch_async on the main queue to open the Settings URL.