A Microsoft file hosting and synchronization service.
Hello.
Bryans solutionworked for me! I also have an old iMac (late 2013) where Catalina is the latest supported Mac OS.
Long story short:
- Delete the new OneDrive version and all files with the word "onedrive" on your computer (use finder search for the whole Mac HD, delete the files in the system library and your user library)
- download the older version of OneDrive from Microsoft: https://oneclient.sfx.ms/Mac/Installers/23.054.0313.0003/universal/OneDrive.pkg
- disconnect from internet
- install the older version
- open it and follow instructions, as far as it goes. but do not connect to the internet!
- Now search for file OneDriveStandaloneUpdater.plist under System ~Library (/Library/LaunchAgents/com.microsoft.OneDriveStandaloneUpdater.plist) and use a simple text editor to edit the file where it says
<key>RunAtLoad</key>
<true/>
Replace the word “true” with the word “false”, so that it reads like this:
<key>RunAtLoad</key>
<false/>
- Save file (you have to enter your password)
- Restart your Mac
That‘s it, folks! Works fine for me. Thanks Bryan et al.!