cpu: x86_64 Library absl_base found: YES Library absl_bad_optional_access found: YES Library absl_flags_internal found: YES Library absl_flags_marshalling found: YES Library absl_flags_parse found: YES ../meson.build:43:0: ERROR: C++ shared or static library 'absl_flags_registry' not ...
You either pull them all into an application, or you use lipo to stitch them all together into one static library. In any case, if you really want to build a non Pods static library with a Pods xcconfig file, you can override OTHER_LDFLAGS in the non-Pods static libraries build settings...
changed the title`zlib_installed` does not use the correct flags, and cross-compile never uses pre-build (static) librarycross-compile never uses pre-build (static) library and `zlib_installed` does not use the correct flagson May 29, 2023 BlackDex changed the titlecross-compile never uses ...