xCode升级到16.0后编译webrtc代码报错 _Float16 is not supported on this target

xCode升级到16.0后编译webrtc代码报错:

[23/996] CXX clang_x64/obj/third_party/protobuf/protobuf_full/field_mask.pb.o

FAILED: clang_x64/obj/third_party/protobuf/protobuf_full/field_mask.pb.o

../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF clang_x64/obj/third_party/protobuf/protobuf_full/field_mask.pb.o.d -DHAVE_ZLIB -D_LIBCPP_HAS_NO_ALIGNED_ALLOCATION -DCR_XCODE_VERSION=1600 -DCR_CLANG_REVISION="n346557-4e0d9925-1" -D_LIBCPP_ABI_UNSTABLE -D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCPP_ENABLE_NODISCARD -DCR_LIBCXX_REVISION=375504 -D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=0 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DHAVE_PTHREAD -I../.. -Iclang_x64/gen -I../../third_party/protobuf/src -I../../third_party/zlib -fno-strict-aliasing -fstack-protector -fcolor-diagnostics -fmerge-all-constants -arch x86_64 -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -Xclang -fdebug-compilation-dir -Xclang . -no-canonical-prefixes -O2 -fno-omit-frame-pointer -gdwarf-4 -g2 -isysroot ../../../../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk -mmacosx-version-min=10.10.0 -fvisibility=hidden -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -Wall -Wno-unused-variable -Wno-misleading-indentation -Wunguarded-availability -Wno-range-loop-analysis -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-ignored-pragma-optimize -Wno-implicit-int-float-conversion -Wno-final-dtor-non-final-class -Wno-builtin-assume-aligned-alignment -Wno-deprecated-copy -Wno-non-c-typedef-for-linkage -Wno-pointer-to-int-cast -Wno-unused-function -Wno-shorten-64-to-32 -std=c++14 -stdlib=libc++ -fno-exceptions -fno-rtti -nostdinc++ -isystem../../buildtools/third_party/libc++/trunk/include -isystem../../buildtools/third_party/libc++abi/trunk/include -fvisibility-inlines-hidden -c ../../third_party/protobuf/src/google/protobuf/field_mask.pb.cc -o clang_x64/obj/third_party/protobuf/protobuf_full/field_mask.pb.o

In file included from ../../third_party/protobuf/src/google/protobuf/field_mask.pb.cc:4:

In file included from ../../third_party/protobuf/src/google/protobuf/field_mask.pb.h:8:

In file included from ../../buildtools/third_party/libc++/trunk/include/string:504:

In file included from ../../buildtools/third_party/libc++/trunk/include/string_view:175:

In file included from ../../buildtools/third_party/libc++/trunk/include/__string:56:

In file included from ../../buildtools/third_party/libc++/trunk/include/algorithm:643:

In file included from ../../buildtools/third_party/libc++/trunk/include/memory:653:

In file included from ../../buildtools/third_party/libc++/trunk/include/typeinfo:60:

In file included from ../../buildtools/third_party/libc++/trunk/include/exception:81:

In file included from ../../buildtools/third_party/libc++/trunk/include/cstdlib:85:

In file included from ../../buildtools/third_party/libc++/trunk/include/stdlib.h💯

In file included from ../../buildtools/third_party/libc++/trunk/include/math.h:303:

../../../../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/math.h:614:27: error: _Float16 is not supported on this target

extern _Float16 __fabsf16(_Float16) __API_AVAILABLE(macos(15.0), ios(18.0), watchos(11.0), tvos(18.0));

这个怎么解决?

xCode升级到16.0后编译webrtc代码报错 _Float16 is not supported on this target
 
 
Q