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

后端 未结 7 793
心在旅途
心在旅途 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:29

    I managed to get dependencies between projects in a workspace to work as I described here: http://blog.carbonfive.com/2011/04/04/using-open-source-static-libraries-in-xcode-4/.

    Unfortunately I can't find a way to get Xcode to discover implicit dependencies or index everything in the build as advertised. I found workaround to both but I'm hoping that less manual configuration will be needed as Xcode 4 matures.

提交回复
热议问题