Xcode Build Phases: Headers vs Copy Files
What's the difference between these Xcode Build Phases: Headers & Copy Files?
When I add a Cocoa Touch Static Library (iOS) to my project, it comes with a Copy Files build phase, whereas when I add a Plain Static Library (macOS), it comes with a Headers build phase.
The source code of the target I'm adding is written entirely in C. And, I want to be able to include this project in my other projects that contain iOS & macOS application targets.
链接地址: http://www.djcxy.com/p/58256.html上一篇: 使用CMake生成Visual Studio C ++项目文件
下一篇: Xcode构建阶段:头文件与复制文件