handling dependencies for iOS Framework project

前端 未结 7 1997
不思量自难忘°
不思量自难忘° 2020-12-28 08:09

I\'ve created iOS Framework project using this method: https://github.com/jverkoey/iOS-Framework

Works pretty neat but I\'m a little confused on how to include libra

相关标签:
7条回答
  • 2020-12-28 09:04

    I am building my framework project using CocoaPods. The framework uses some 3rd libs from CocoaPods. Podfile specifies to install dependency on target of the framework. When I build the framework, it includes all libs in the binary.

    If I add use_frameworks! in Podfile, when the framework is built, it will not include 3rd party libs.

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