你的库可能会有一个或者多个头文件以供客户程序来导入。接下来就来配置导出的头文件。选择库项目的target,就会打开target编辑器,选择build phases选项卡。在这里,如果有一个 “Copy Headers” 项,你必须删除它,因为copy headers build phases do not work correctly with static library targets when performing the “Archive” action in Xcode. 你的库可能会有一个或者多个头文件以供客户程序来导入。接下来就来配置导出的头文件。选择库项目的ta