Umbrella framework

前端 未结 3 1596
执笔经年
执笔经年 2020-12-01 04:02

I\'ve created a framework in which is inserted the second framework, the so-called \"umbrella framework\". When I insert the framework in the test application(embedded binar

3条回答
  •  萌比男神i
    2020-12-01 04:32

    Adding to embedded libraries also sets certain Build Settings, which are not removed when removing the library from embedded libraries.

    Most probably the Framework Search Paths contain the path to the previously missing library.

    It will not work without somehow adding the embedded library. You might want to use some dependency management tool (like CocoaPods or Carthage) to do the more or less of the work for you.

提交回复
热议问题