Skip to content

Fix build failure issue on Carthage

Latest
Compare
Choose a tag to compare
@lucdion lucdion released this 07 Jun 22:19

#275

Since version 2.1.0, Yoga is managed as a separate dependency, so the project cannot be built on its own. Therefore, it cannot be used with Carthage.

Providing a pre-built static framework or adopting a different structure would require significant changes.
Instead, this PR updates the guide and some settings to maintain the current project structure while enabling Carthage support.