I want to create a iOS project using c static libraries. I have downaloaded these files
ohNetGenerated-iOs-arm64-Debug.tar.gz
ohNetGenerated-iOs-arm64-Release.tar.gz
ohNetGenerated-iOs-armv7-Debug.tar.gz
ohNetGenerated-iOs-armv7-Release.tar.gz
ohNetGenerated-iOs-x86-Debug.tar.gz
ohNetGenerated-iOs-x86-Release.tar.gz
When I extract them they all have: libohNetGeneratedDevices.a
How can I generate a fat library? Is it possible
Thank you