This can solve issues with a library manager that is crashing or behaving strangely at the point at which the user logs in:
Deleting the local data store:
1) Make sure the library manager is closed
2) Open the Terminal application (Applications / Utilities / Terminal)
3) Copy / paste the following command EXACTLY LIKE THIS:
rm -rf ~/Library/Application\ Support/com.spitfireaudio.Spitfire_Audio_Library_Manager/
4) (Only) If that gives you an error message, try this:
sudo rm -rf ~/Library/Application\ Support/com.spitfireaudio.Spitfire_Audio_Library_Manager/
(then type your computer's admin password when asked)
5) Reopen library manager and try to log in again.
Comments