cocoapods-packing-cubes
cocoapods-packing-cubes copied to clipboard
static+library miss header path of Pods/Headers/Public
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' }
Does it work when building as a static library in CocoaPods without packing cubes?
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.