An Xcode project I'm working on requires it to be copied to root and then run from there for it to work and the problem is that I'm running Catalina which protects the root directory.
I tried to follow the instructions in How to make root volume writeable again in Catalina?
but I don't know how to adapt echo -e 'bar\tSystem/Volumes/Data/bar' | sudo tee -a /etc/synthetic.conf
to my situation.
I need a solution that can actually mount the project folder on a volume so I can run the project from there or any lateral thinking. Any advice?
/Volumes/something
not an option? – nohillside Dec 19 '19 at 08:48echo -e 'bar\tSystem/Volumes/Data/bar' | sudo tee -a /etc/synthetic.conf
– AppDeveloper Dec 20 '19 at 01:19man synthetic.conf
– AppDeveloper Dec 20 '19 at 01:19/
is broken (was broken already before Catalina actually) and needs to be fixed in order to rely on paths a normal user can write toman synthetic.conf
is just the command to access the manual page describing the syntax to be used insynthetic.conf
./
so people here can make specific suggestions?