I install the intel fortran complier 2019 on Xcode 9.0 on Mojave. When I simply write a simple hello fortran program (a single .f90 file), it can build and run successfully. But when I use a new project containing several module f90 source files, I can not build. Maybe the following error:
(1) error @7002 error in opening the complied module file. Check INCLUDE paths.
(2) Command /usr/local/bin/ifort-19 failed with exit code 2
In my opinion, the system can not recognize the build order of the module f90 files, since in Windows 10, it can run successfully and the building order of module files is correct. But on Xcode on Mac, it occurs error. Maybe some else should be specified in the settings on Xcode ?
I need help, thanks very much !S