pookjw / SidecarPatcher

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

Can't revert successfully #54

Open 3Sconsultancyltd opened 4 years ago

3Sconsultancyltd commented 4 years ago

Working on a mid-2012 macbook pro, having followed the steps to revert with no errors, I find that I can now not run my mac os without disabling SIPS.

If I disable SIPS and restart, I cannot get my apps to work, and Finder constantly crashes.

I'm now having to run SIPS permanently disabled to run my machine...do you have any suggestions please?

Thanks

pookjw commented 4 years ago

I've updated reverting guide. https://github.com/pookjw/SidecarPatcher/commit/8c1be65b566691bce046250392ef825f6d4a3ebc

You have to backup /System/Library/PrivateFrameworks/SidecarCore.framework (before updating reverting guide, it was /System/Library/PrivateFrameworks/SidecarCore.framework/Versions/A/SidecarCore)

If you don't have it, download it from here. (NOTE: This backup is only for 10.15.4)

Follow updated reverting guide.

3Sconsultancyltd commented 4 years ago

Thanks @pookjw - worked like a charm

LoSunny commented 4 years ago

I’m getting an error when I try run the cp command from the backup to the system folder. It said it is a directory and I cannot copy the file

sahusk commented 4 years ago

@LoYungSum I also get the same error. How do you restore the backup files? @pookjw

Error:

$ sudo cp /Users/mymac/Downloads/SidecarCore.framework /System/Library/PrivateFrameworks/SidecarCore.framework

cp: /Users/mymac/Downloads/SidecarCore.framework is a directory (not copied).

LoSunny commented 4 years ago

I use the macOS Combo Update (method 1) to restore my system

sahusk commented 4 years ago

Thanks for confirming.

I thought both methods require SidecarCore.framework folder to be restored. However, using method 1 and disabling SIP, I could revert to the original configuration without having to restore SidecarCore.framework folder.