How to embed framework without copying in Xcode 7

白昼怎懂夜的黑 提交于 2019-12-11 04:15:38

问题


If I link Cocoa Touch Framework into a project without copying but only linking then I get a linker error which says, framework is not at the location.

It worked in Xcode 6, but not in Xcode 7. Do you know any workaround?

I see one can set more attribute when embedding framework, but Location can not set to relative, only absolute available.

来源:https://stackoverflow.com/questions/32811068/how-to-embed-framework-without-copying-in-xcode-7

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