I'm trying to put my Spark Library.splib under version control within my dotfiles repository. In order to do this, I'm replacing the Spark Library by a symlink:
cd "$HOME/Library/Application Support/Spark"
mv "Spark Library.splib" "$HOME/.dotfiles/spark/Spark Library.splib"
ln -s "$HOME/.dotfiles/spark/Spark Library.splib" "Spark Library.splib"
After that, starting Spark does not work:

Could you have a look into that? Thanks!