Native-Trackpad icon indicating copy to clipboard operation
Native-Trackpad copied to clipboard

Stopped working after macOS Catalina Upgrade

Open snadowitz opened this issue 5 years ago • 10 comments

MacOs will no longer even allow an install of the app. On running Fusion360 the app throws an exception that says it can no longer run for the same reason.

image

snadowitz avatar Oct 30 '19 10:10 snadowitz

related to https://github.com/pravdomil/Fix-Sketch-Trackpad-Speed/issues/5

pravdomil avatar Oct 30 '19 11:10 pravdomil

there is no plan to support macOS Catalina, sorry

pravdomil avatar Oct 30 '19 11:10 pravdomil

Fair enough.

snadowitz avatar Oct 30 '19 11:10 snadowitz

It seems to work when you Cmd-Click the pkg and select Open, bypassing the macOS developer check.

Screenshot 2019-11-04 at 20 21 56

rrooding avatar Nov 04 '19 19:11 rrooding

macOS 10.15 Catalina quarantines the library. You can whitelist it:

  • Open a Terminal
  • You're probably in your home dir, otherwise use the cd command
  • Use the following command to get the com.apple.quarantine attribute: xattr -p com.apple.quarantine Library/Application\ Support/Autodesk/Autodesk\ Fusion\ 360/API/Scripts/NativeTrackpad/NativeTrackpad.dylib
  • Copy the string you get. It should be something like "0081;5b767f91;Safari;FF7FD04A-71DA-4993-8EFA-4F8202EBA1C1" Replace the first 4 characters by 00c1 and use YOUR modified string on the following command. xattr -w com.apple.quarantine "00c1;5b767f91;Safari;FF7FD04A-71DA-4993-8EFA-4F8202EBA1C1" Library/Application\ Support/Autodesk/Autodesk\ Fusion\ 360/API/Scripts/NativeTrackpad/NativeTrackpad.dylib
  • Launch Fusion 360

mrubioroy avatar Dec 09 '19 12:12 mrubioroy

all those didn't work for 1.15.3 beta but it worked for me doing this sudo installer -pkg /Users/[your users name]/Downloads/NativeTrackpad.pkg -target / note: i have homebrew installed, not sure it that allowed me to do it heres a guide of how to install this HomeBrew

101crazycoder101 avatar Dec 24 '19 22:12 101crazycoder101

there is no plan to support macOS Catalina, sorry.

Why, if the fix is a signing issue?

Edit: Nevermind I see your thoughts on the issue in the other repository.

ambethia avatar Dec 28 '19 18:12 ambethia

Seems to work just fine in Catalina. Just ctrl-click and select "Open" from the pop-up. I think that all that's needed is to take the existing code and sign it in order to avoid this issue. But this work-around is trivial. Thanks for this plugin!!

scooper4711 avatar Dec 31 '19 16:12 scooper4711

Can confirm Right click > Open works to run the installer (when Fusion is closed). Installs and then works without issue upon starting Fusion. (macOS Catalina 10.15.2)

Many thanks for a fantastic plugin.

Perhaps updating the plugin page on Autodesk to say it can work on Catalina (although no direct support provided) since some may be discouraged and not realise that it does work!

nebbles avatar Jan 14 '20 10:01 nebbles

There is a VERY simple solution to this issue: Go to the Settings App -> Security and Privacy There should be a notification there of the download that was blocked. From there, you can click the button "open anyway"

ryantschaper avatar Jun 20 '20 22:06 ryantschaper

should be fixed now https://github.com/mertrois/Native-Trackpad/releases

pravdomil avatar Dec 25 '23 22:12 pravdomil