Originally posted by: evelovestokyo
Hello,
I have problem configuring Cplex in Xcode c++, which is quite straightforward, but I cannot fix it.
After creating a new Xcode project, and making adjustments according to online tutorial (e.g. adding library path), I paste the example attached in Cplex folder.
However, it turns out:
Libstdc++ is deprecated; move to libc++ [-Wdeprecated]
Library not found for -lcplexdistmip
Linker command failed with exit code 1 (use -v to see invovation)
I tried nearly all solutions to similar problem I can find online, but still have no idea how to fix it.
Can anyone help me out?
Thanks!
#DecisionOptimization#MathematicalProgramming-General