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.
我正在尝试将外部项目作为库添加到我的项目中。
添加 extLib 作为目标依赖项并链接到 extLib.a
怎么做?
按照下图,转到:
Target > Build Phases > Target Dependencies and add extLib
Target > Build Phases > Link Binary With Libraries and add extLib.a
您需要在项目中拖放 extLib 的类。