Skip to content
New issue

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

dyld: Library not loaded error #89

Open
westsider opened this issue Mar 20, 2020 · 3 comments
Open

dyld: Library not loaded error #89

westsider opened this issue Mar 20, 2020 · 3 comments

Comments

@westsider
Copy link

westsider commented Mar 20, 2020

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
@juanwall
Copy link

juanwall commented Sep 21, 2020

@westsider Did you solve this issue?

@westsider
Copy link
Author

@westsider Did you solve this issue?

I did not

@halilyuce
Copy link

Yes, I have the same issue, is there any update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants