We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This package is amazing and works great on the sim. When I run on a device I get this error. dyld: Library not loaded error
Been trying this workaround with otool but I'm not able to manually link the library. https://stackoverflow.com/questions/29809069/dyld-library-not-loaded-on-os-x
I'm using Xcode 11.3.1 and here is the error that shows up in the output window.
dyld: Library not loaded: @rpath/CodableFirebase.framework/CodableFirebase Referenced from: /private/var/containers/Bundle/Application/3C5A2E90-60F4-4CF2-A8A6-E96F55BC7CD2/CodeableFirebase.app/CodeableFirebase Reason: no suitable image found. Did find: /private/var/containers/Bundle/Application/3C5A2E90-60F4-4CF2-A8A6-E96F55BC7CD2/CodeableFirebase.app/Frameworks/CodableFirebase.framework/CodableFirebase: code signature invalid for '/private/var/containers/Bundle/Application/3C5A2E90-60F4-4CF2-A8A6-E96F55BC7CD2/CodeableFirebase.app/Frameworks/CodableFirebase.framework/CodableFirebase'
/private/var/containers/Bundle/Application/3C5A2E90-60F4-4CF2-A8A6-E96F55BC7CD2/CodeableFirebase.app/Frameworks/CodableFirebase.framework/CodableFirebase: stat() failed with errno=25 /private/var/containers/Bundle/Application/3C5A2E90-60F4-4CF2-A8A6-E96F55BC7CD2/CodeableFirebase.app/Frameworks/CodableFirebase.framework/CodableFirebase: code signature invalid for '/private/var/containers/Bundle/Application/3C5A2E90-60F4-4CF2-A8A6-E96F55BC7CD2/CodeableFirebase.app/Frameworks/CodableFirebase.framework/CodableFirebase' /private/var/containers/Bundle/Application/3C5A2E90-60F4-4CF2-A8A6-E96F55BC7CD2/CodeableFirebase.app/Frameworks/CodableFirebase.framework/CodableFirebase: stat() failed with errno=1 /private/var/containers/Bundle/Application/3C5A2E90-60F4-4CF2-A8A6-E96F55BC7CD2/CodeableFirebase.app/Frameworks/CodableFirebase.framework/CodableFirebase: code signature invalid for '/private/var/containers/Bundle/Application/3C5A2E90-60F4-4CF2-A8A6-E96F55BC7CD2/CodeableFirebase.app/Frameworks/CodableFirebase.framework/CodableFirebase' /private/var/containers/Bundle/Application/3C5A2E90-60F4-4CF2-A8A6-E96F55BC7CD2/CodeableFirebase.app/Frameworks/CodableFirebase.framework/CodableFirebase: stat() failed with errno=1
The text was updated successfully, but these errors were encountered:
@westsider Did you solve this issue?
Sorry, something went wrong.
I did not
Yes, I have the same issue, is there any update?
No branches or pull requests
This package is amazing and works great on the sim. When I run on a device I get this error. dyld: Library not loaded error
Been trying this workaround with otool but I'm not able to manually link the library.
https://stackoverflow.com/questions/29809069/dyld-library-not-loaded-on-os-x
I'm using Xcode 11.3.1 and here is the error that shows up in the output window.
dyld: Library not loaded: @rpath/CodableFirebase.framework/CodableFirebase
Referenced from: /private/var/containers/Bundle/Application/3C5A2E90-60F4-4CF2-A8A6-E96F55BC7CD2/CodeableFirebase.app/CodeableFirebase
Reason: no suitable image found. Did find:
/private/var/containers/Bundle/Application/3C5A2E90-60F4-4CF2-A8A6-E96F55BC7CD2/CodeableFirebase.app/Frameworks/CodableFirebase.framework/CodableFirebase: code signature invalid for '/private/var/containers/Bundle/Application/3C5A2E90-60F4-4CF2-A8A6-E96F55BC7CD2/CodeableFirebase.app/Frameworks/CodableFirebase.framework/CodableFirebase'
The text was updated successfully, but these errors were encountered: