pookjw / SidecarPatcher

Enables Sidecar on old Mac and iPad for macOS 10.15
GNU General Public License v3.0
667 stars 54 forks source link

Command not Found Error #2

Open drony opened 5 years ago

drony commented 5 years ago

x@x-Pro Downloads % sudo mount -uw /; killall Finder x@x-Pro Downloads % sudo ./SidecarPatcher
sudo: ./SidecarPatcher: command not found x@x-Pro Downloads % sudo ./SidecarPatcher.dms sudo: ./SidecarPatcher.dms: command not found x@x-Pro Downloads %

boomcan90 commented 5 years ago

This worked for me:

sudo mount -uw /; killall Finder
chmod 777 SidecarPatcher.dms
sudo ./SidecarPatcher.dms

From what I can make out, you've not set the binary to be executable. This should help.

pookjw commented 5 years ago

Added detailed guide. https://github.com/pookjw/SidecarPatcher/compare/554099fc6cd0afcf5050eed09ac74217551461e9...63d7723a2f425e5d2d877b66b6dc77b059712d25