Skip to content

Crash when trying to run with Hummingbird library install on iOS 15 and 16 #781

@adamjansch

Description

@adamjansch

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:

Image

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions