Alt-tab-macos: Won't open if accessibility access is not checked

Created on 17 Jul 2020  路  5Comments  路  Source: lwouis/alt-tab-macos

Describe the bug

  • Won't open if accessibility access is not checked

Screenshots / video

Steps to reproduce the bug

  1. System Preferences > Security & Privacy > Accessibility > AltTab is unchecked
  2. Run AltTab
  3. Observe

Expected

  • AltTab should launch and request access to Accessibility

Actual

  • Does not launch

Console Logs

Jul 17 13:21:01 matt AltTab[17589]: dyld: lazy symbol binding failed: Symbol not found: _SLSRequestScreenCaptureAccess
      Referenced from: /Applications/AltTab.app/Contents/MacOS/AltTab
      Expected in: /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
Jul 17 13:21:01 matt AltTab[17589]: dyld: Symbol not found: _SLSRequestScreenCaptureAccess
      Referenced from: /Applications/AltTab.app/Contents/MacOS/AltTab
      Expected in: /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
bug

All 5 comments

Oh! I think you're not on macOS 10.15 Catalina right? I didn't know this could be an issue. I disabled the new Catalina-added permission checks on older macOS versions, but I guess the way this private API links doesn't work well with that scenario!

Really sorry about the issue! I'll look into it! It's tricky for me because I don't have a mac with an older macOS handy though.

Thank you for the great quality report! The image and logs are super helpful

My pleasure! You're correct: I am on Mojave.

Hey @gingerbeardman, could you please tell me if that build here start on your system? I tested on a 10.14 VM, and it seems to fix the issue! 馃コ

I released a new version that hopefully fixes the issue on macOS 10.12-14. If it's fixed for you, can you please close the issue? 馃憤

Perfect! Many thanks.

Screen shot 2020-07-17 at 20 29 21

Was this page helpful?
0 / 5 - 0 ratings