Cannot add embedded binaries (other projects) to project dependencies in XCode

后端 未结 6 1311
天命终不由人
天命终不由人 2021-02-05 10:06

I have an XCode workspace created with XCode 6.0.1. It constains 2 (Swift) libraries and one iOS app (Swift) that depends on those 2 libraries. I had stable setup that allowed m

6条回答
  •  粉色の甜心
    2021-02-05 10:49

    It's probably because your framework is a separate project and not a separate target. Try watching carefully Session 416: Building a Modern Framework at around minutes 34-36. It will show you how to set it up correctly.

    This makes it a bit confusing if you wanted to share a framework across multiple projects by the way

提交回复
热议问题