facebook / yoga

Yoga is an embeddable layout engine targeting web standards.

Home Page:https://yogalayout.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Try using explicit modulemap in CocoaPods build

NickGerleman opened this issue · comments

We already have explicit module.modulemap for SwiftPM. We should look at the behavior of using that in CocoaPods instead of its own, generated using a separate cocoapods DSL.

This doesn't work well because modulemaps don't support globs, and our headers are structured in such a way (right now) where XCode needs to see them as private modular headers to resolve them.