When I want to run the Bell example code from qiskit.org in macOS terminal it throws this error:
ERROR:qiskit.backends.local.qasm_simulator_cpp:ERROR: Simulator encountered a runtime error: dyld: Library not loaded: /usr/local/opt/gcc/lib/gcc/7/libgomp.1.dylib
Python3 works well and I have Xcode installation but the gcc is not there (I found it in /usr/bin). What can I do?