Open
Description
opened on Nov 3, 2022
I'm trying to build a Firebase C++ library for Catalyst.
I see in apple.toolchain.cmake that supports 2 platforms:
- MAC_CATALYST: x86_64
- MAC_CATALYST_ARM64: arm64
But in the available libraries (darwin, ios, tvos) I see the universal folder.
So, can I ask how to build a library that supports all archs?
Activity