Note
If the Intel®
compiler does not show up in the drop-down list, it may mean that the Intel®
compiler does not support the version of Xcode* that you are using. To enable
the Intel® compiler in Xcode*:
- Reinstall the compiler. When the installer prompts you to
specify a path to Xcode*, specify a path to a supported version of Xcode*.
- After the install has finished, open a terminal window and
change directory to the installation directory for the Intel® Compiler IDE
integration:
cd /Library/Application\ Support/Developer/
- Create a symbolic link for a new, unsupported version of
Xcode*:
sudo ln -s supported_xcode_version unsupported_xcode_version
For example:
sudo ln -s 7.1 7.2
- Restart Xcode*.