cocoapods-packing-cubes icon indicating copy to clipboard operation
cocoapods-packing-cubes copied to clipboard

static+library miss header path of Pods/Headers/Public

Open liuyuning opened this issue 6 years ago • 2 comments

If I use "static+library" in Podfile then .xcconfig did not contain the header search path of "Pods/Headers/Public" and "Pods/Headers/Public/*"

eg. plugin 'cocoapods-packing-cubes', 'TouchXML' => { 'linkage' => 'static', 'packaging' => 'framework' }, 'Masonry' => { 'linkage' => 'static', 'packaging' => 'library' }

liuyuning avatar Jun 25 '19 05:06 liuyuning

Does it work when building as a static library in CocoaPods without packing cubes?

segiddins avatar Jul 23 '19 14:07 segiddins

Does it work when building as a static library in CocoaPods without packing cubes?

In my project, library and framework are mixed, cubes not works very well.

liuyuning avatar Aug 06 '19 12:08 liuyuning