Intel® Fortran Compiler 18.0 Developer Guide and Reference
The following topic applies to
Xcode*.
Once you have built your Xcode* project, click the Run button. The output from the executable is displayed. This button runs the configuration currently associated with the button. Use the Scheme Editor to change the configuration associated with the button.
You can build your Xcode* project with the -shared-intel compiler option to link with the Intel dynamic libraries. Build your project with the -qopenmp or -parallel option to link in libiomp5.dylib. If you do this, you need to set the DYLD_LIBRARY_PATH environment variable in the Xcode* environment.
To add the environment variable:
dyld: Library not loaded: libiomp5.dylib Referenced from: /Users/test/hello_world Reason: image not found