How should I manage dependencies across projects in an Xcode workspace?

后端 未结 7 798
心在旅途
心在旅途 2020-11-28 18:48

I\'m working on an iOS app project, and add the json-framework project to the workspace. The project navigator on the left shows both projects, and the build scheme selector

7条回答
  •  执念已碎
    2020-11-28 19:15

    I've had some success with creating framework-like static libraries, though it's not a perfect solution.

提交回复
热议问题