How to structure a Xcode project with Frameworks, Extensions and CocoaPods

后端 未结 2 1121
野性不改
野性不改 2021-01-31 02:04

NB: Here is a more abstract and simplified sub-set of this question.

With the addition of Touch Frameworks, Extensions and the Apple Watch Xcode 6 projects and

2条回答
  •  一生所求
    2021-01-31 02:45

    More of a comment than an answer, but I don't have enough reputation for it: Have you tried using the cocoapods xcode plugin? I use it and it structures the pods on its own, so I don't even have to worry about it.

提交回复
热议问题