today I implemented (with my Macbook) the answer from: Export eps figures from TikZ, where I ran the CLI command:
latex --shell-escape
Up until then I used Texstudio without issues. After that, TexStudio didn't compile most of tex documents. The error was:
Could not start the command: pdflatex -synctex=1 -interaction=nonstopmode "test".tex
From tests, I saw that I only could compile tex documents with all the extra files already created (.log, .aux, etc.) I tried many things, like uninstall and install everything (using brew for mactex/texlive/texstudio...) and nothing works.
Is there a way the shell-escape modified some features in a cache file or something similar that overrides new installations and now TexStudio cannot compile new documents?
How can I restore my previous configuration?
Any help is highly appreciated. Thanks