CocoaPods: Installing a library that contains an embedded framework

霸气de小男生 提交于 2019-12-08 02:56:27

问题


When installing a library that contains an embedded framework, it seems that the framework needs to be linked to the application target manually.

Is there any way this can be properly automated?

Examples are:

  • Dropbox-iOS-SDK
  • Reveal-iOS-SDK
  • NewRelicAgent

回答1:


The framework search paths needs to contain the following (note the recursive setting):

. . As far as I know, CocoaPods sets this up, so it must've been unset in the project(s) where this was occurring.



来源:https://stackoverflow.com/questions/20465348/cocoapods-installing-a-library-that-contains-an-embedded-framework

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