Xcode workspaces with sub-projects and project dependencies triggering builds

前端 未结 6 472
轻奢々
轻奢々 2021-01-31 08:18

I wish there was better documentation for this for Xcode 5 but I couldn\'t find anything decent describing best practices for working with workspaces, so..

In a workspac

6条回答
  •  感情败类
    2021-01-31 08:42

    Consider migrating to CocoaPods.

    Not only it will fix your build problems, but with a project as complex as you describe it will ease your life when updating/adding/removing frameworks, changing target system version and resolving dependencies and conflicts.

    Also your workspace will likely become only two projects.

提交回复
热议问题