could not create profiles directory mac mojave 10.14.6
tried to change permissions as recommend in other posts:
$ sudo chown macuser:group ~/.config
and $ ls -la /Users/macuser/.config
-rw-r--r-- 1 macuser group 0 Jan 24 2017 /Users/macuser/.config
But still get the error when launching Wireshark.
This is a directory and needs the execute bit. Doing
chmod 755 /Users/macuser/.config
should help.