-
-
Notifications
You must be signed in to change notification settings - Fork 88
Description
Hi there,
We're looking to integrate Hummingbord into our iOS app which has a minimum iOS version of 15.0. After adding the Hummingbird package to the app via SPM we get a crash on launch when using either a physical device or simulator running iOS 15 or 16:
Console printout:
dyld[451]: Library not loaded: '/usr/lib/swift/libswift_StringProcessing.dylib'
Referenced from: '/private/var/containers/Bundle/Application/BB106B5F-470B-4B5F-846E-D2313B287437/App.app/App'
Reason: tried: '/usr/lib/system/introspection/libswift_StringProcessing.dylib' (no such file), '/usr/lib/swift/libswift_StringProcessing.dylib' (no such file), '/usr/local/lib/libswift_StringProcessing.dylib' (no such file), '/usr/lib/libswift_StringProcessing.dylib' (no such file)
This is before we've added any Hummingbird-specific code to the app.
I understand that Hummingbird is intended for iOS 17+, but our minimum iOS is non-negotiable and we were hoping to use @available/#available in our code to allow its use for devices that meet that requirement. Is there any chance of a fix?