Hello, when I use xcode 16 build swift xcframeworks and provide it for my customer, however they can not use it their xcode 15 projects.
Undefined symbol: _swift_FORCE_LOAD$_swift_Builtin_float
Undefined symbol: _+ _swift_FORCE_LOAD$_swift_errno
Undefined symbol: _+ _swift_FORCE_LOAD$_swift_math
Undefined symbol: _+ _swift_FORCE_LOAD$_swift_signal
Undefined symbol: _+ _swift_FORCE_LOAD$_swift_stdio
Undefined symbol: _+ _swift_FORCE_LOAD$_swift_time
Undefined symbol: _+ _swift_FORCE_LOAD$_swiftsys_time
Undefined symbol: _+ _swift_FORCE_LOAD$_swiftunistd
What should I do?
And macOS Sequoia does not support Xcode 15.4. I can not build my frameworks with Xcode 15.4 now.