See title. This happens on Linux (not Darwin, tested) because some symbols were moved from libobjc to Foundation on iOS 16+ sdks, so e.g URLQueryItem or JSONDecoder from Combine will crash on devices running < iOS 16. Solution would be to update to clang 15 or higher, since it was patched there
See title. This happens on Linux (not Darwin, tested) because some symbols were moved from libobjc to Foundation on iOS 16+ sdks, so e.g
URLQueryItem
orJSONDecoder
fromCombine
will crash on devices running < iOS 16. Solution would be to update to clang 15 or higher, since it was patched there