Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 /developer/usr/ 中安装了 gsl 并应用了这些设置:
标头搜索路径:/usr/local/include 库搜索路径:/usr/local/lib 其他链接器标志:-lgsl -lm
之后,Xcode 几乎可以在 gsl 中找到除 gsl_odeiv2.h 之外的所有头文件,包括 gsl_odeiv.h。知道为什么找不到这个标题吗?