building yoga core static libraries for ios #962
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello,
sorry to post a question here on the issues page. I would like to build static libs of yoga core, for use in C++. On macOS i can do that with
buck build --show-output //:yoga
But it's not clear to me how to build static libs for arm and ios simulator platforms.
thanks
This should be possible with the Yoga pod and
use_frameworks
. Note the current Yoga pod needs an update published to build again, which should be happening later this month.