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 根据当前配置(调试/发布)链接到相应的库?
我有同样的问题,除了框架而不是静态库。为不同的配置提供不同的框架搜索路径并为两种配置执行 -framework YourFramework.framework 应该可以工作,但似乎不太干净。(或与静态库相同的方法)