1

我创建了一个名为project.yml, 的文件来生成我的.xcodeprojSwift Xcodegen。例如:

name: MyProject
targets:
  MyAppTarget:
    type: application
    sources:
      - MyAppTarget
    ...
  MyLibrary
    type: static library // identify the project type of the target here
    sources:
      - MyLibrary
    ...

请你帮助我好吗?

4

1 回答 1

0

尝试library.static用于识别静态库的目标。顺便说一句,你可以在XcodeGen-ProjectSpec找到任何东西

于 2019-11-17T07:13:40.737 回答