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

故事扮演 提交于 2019-12-03 08:22:12

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!