segiddins / cocoapods-packing-cubes

A CocoaPods plugin that allows customizing how individual pods are packaged and linked.
MIT License
30 stars 1 forks source link

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

Open liuyuning opened 5 years ago

liuyuning commented 5 years ago

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' }

segiddins commented 5 years ago

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

liuyuning commented 5 years ago

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.