Hi, I installed Intel C++ Compiler (and GDB, nothing more) using Parallel Studio XE 2017 Update 1 on a macOS 10.12.2 with Xcode 8.2.
When asked about environment, I selected the option "Both command line and Xcode integration environment".
The installation completed successfully, but when I go to the target's compiler option in Xcode, there's no intel compiler (only default Apple llvm). If I manually enter the /opt/intel/bin/icc it accept, but it mark as "Unsupported compiler" and compilation fails with error: Unable to determine concrete GCC compiler for file [...]/main.cpp