Originally posted by: JodokusQuak
Hi guys,
I tried out to configure IBM CPLEX with Apple Xcode. Here are my program versions:
- Xcode 8.3.3 (8E3004b)
- CPLEX_Studio1263
I used the tutorial from here: http://www.leandro-coelho.com/how-to-configure-ibm-cplex-with-apple-xcode/ and tried to run the example blend.cpp. See attached file for the error message.
During the configuration of my project in Xcode with IBM CPLEX there were some differences to the tutorial:
- the lib.files which I have to add are no unix executable file like in the tutorial. They are Archive.files.
- the Library and Header Search Paths got in my version "Debug" and "Release". So I added in both "Debug" and "Release" the "lib" path for Library and the "include" path for the Header.
Does anybody know what to do?
Regards
#CPLEXOptimizers#DecisionOptimization