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