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.
任何人都可以解释使用 xcode 4 添加库
如果我添加搜索路径,这是否意味着我不需要将二进制文件与库链接,反之亦然
谢谢
如果我错了或者您有其他信息要添加,任何人都可以纠正我。
根据我现在的理解,The Link Binary With Library正在定义将使用哪个库。
库搜索路径是为那些外部库定义在哪里寻找在Link Binary With Library中定义的那些库。搜索是在运行时