Hi
I saw that in the latest 1.28.1 version you released xcframework, which is supposed to support ARM simulators. Could you provide a brief guide on how to configure a project for it, please? My project worked with the previous version of the universal framework. I tried replacing it with xcframework, but now I stuck with the following error:
ld: warning: Could not find or use auto-linked framework 'CoreAudioTypes': framework 'CoreAudioTypes' not found
ld: warning: Could not find or use auto-linked framework 'UIUtilities': framework 'UIUtilities' not found
ld: warning: Could not parse or use implicit file '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SwiftUICore.framework/SwiftUICore.tbd': cannot link directly with 'SwiftUICore' because product being built is not an allowed client of it
Undefined symbols for architecture arm64:
"_gst_plugin_y4mdec_register", referenced from:
_gst_ios_init in gst_ios_init.o
"_gst_plugin_y4menc_register", referenced from:
_gst_ios_init in gst_ios_init.o
"_iconv", referenced from:
_ass_font_index_magic in libGStreamer.a[1568](libass_a-ass_font.c.o)
_g_iconv in libGStreamer.a[4932](libglib-2_0_a-gconvert.c.o)
_g_convert_with_iconv in libGStreamer.a[4932](libglib-2_0_a-gconvert.c.o)
_g_convert_with_fallback in libGStreamer.a[4932](libglib-2_0_a-gconvert.c.o)
"_iconv_close", referenced from:
_ass_font_index_magic in libGStreamer.a[1568](libass_a-ass_font.c.o)
_g_iconv_close in libGStreamer.a[4932](libglib-2_0_a-gconvert.c.o)
_OUTLINED_FUNCTION_14 in libGStreamer.a[4932](libglib-2_0_a-gconvert.c.o)
"_iconv_open", referenced from:
_ass_font_index_magic in libGStreamer.a[1568](libass_a-ass_font.c.o)
_try_conversion in libGStreamer.a[4932](libglib-2_0_a-gconvert.c.o)
"_res_9_dn_expand", referenced from:
_OUTLINED_FUNCTION_26 in libGStreamer.a[4746](libgio-2_0_a-gthreadedresolver.c.o)
"_res_9_ndestroy", referenced from:
_threaded_resolver_worker_cb in libGStreamer.a[4746](libgio-2_0_a-gthreadedresolver.c.o)
"_res_9_ninit", referenced from:
_threaded_resolver_worker_cb in libGStreamer.a[4746](libgio-2_0_a-gthreadedresolver.c.o)
"_res_9_nquery", referenced from:
_threaded_resolver_worker_cb in libGStreamer.a[4746](libgio-2_0_a-gthreadedresolver.c.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Thanks in advance.