Building a Swift Framework with Xcode 7 (Beta 3) to use as an Embedded Binary

后端 未结 1 762
误落风尘
误落风尘 2021-02-09 05:17

Ever since Embedded Binaries were introduced in iOS 8, I have been wanting to port a lot of my common code into frameworks. I decided to wait one year before doing it and this y

1条回答
  •  鱼传尺愫
    2021-02-09 05:27

    I Had the same issue on Xcode 7. I solved it by editing the build settings of the project (the one which includes the framework).

    By setting the Framework Search Paths field to $(PROJECT_DIR) or to the path to the directory that contains the .framework file it should help Xcode finding the module.

    0 讨论(0)
提交回复
热议问题