trinhngocthuyen / cocoapods-spm

A CocoaPods plugin to add SPM dependencies to CocoaPods-based projects
MIT License
44 stars 7 forks source link

FIX: Build failures when a package has headers path #63

Closed trinhngocthuyen closed 5 months ago

trinhngocthuyen commented 5 months ago

Fixes #39.

With C-family that defines public headers path, we need to explicitly specify the modulemap. Therefore, we need to:

Note that with SPM packages, the generated modulemap files could be found in ${GENERATED_MODULEMAP_DIR}.

trinhngocthuyen commented 5 months ago

/integration-test