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

Swift "image not found" error #28

Closed
addiebarron opened this issue Aug 27, 2020 · 3 comments
Closed

Swift "image not found" error #28

addiebarron opened this issue Aug 27, 2020 · 3 comments
Labels
bug report Something isn't working

Comments

@addiebarron
Copy link

I'm running into a similar issue to #2 when trying to initially run Multi.app (2.0.3). I'm on OS 10.13.6 and currently do not have the full Xcode installed. Installing it now and trying out that fix to see if it resolves things - it seems desirable to have this great tool work out of the box though, if possible!

Termination Reason:    DYLD, [0x1] Library missing

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  Library not loaded: @rpath/libswiftCore.dylib
  Referenced from: /Applications/Multi.app/Preferences
  Reason: image not found
@kofigumbs kofigumbs added the bug report Something isn't working label Aug 27, 2020
@kofigumbs
Copy link
Owner

Thanks the report—I think if you install this support package from Apple, then that'll fix the problem: https://download.developer.apple.com/Developer_Tools/Swift_5_Runtime_Support_for_Command_Line_Tools/Swift_5_Runtime_Support_for_Command_Line_Tools.dmg. I think installing XCode would also fix it, but the support package is much smaller.

It looks like starting with macOS 10.14.4, disabled support for --static-swift-stdlib, which seems like the proper way to fix for everyone. I'm gonna leave this issue open for a bit to see if I can't find a better solution than asking folks to download the support package.

@addiebarron
Copy link
Author

Great, thank you!! A baked-in fix would be lovely. Unfortunately I bumped into another issue that I'm sure is also a result of my creaky old 10.13. Will submit a separate issue

@agungsijawir
Copy link

I think you need to fix download link for Swift 5 Runtime Support.
Here is the correct download: https://support.apple.com/kb/dl1998?locale=en_US

thanks!

kofigumbs added a commit that referenced this issue Dec 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants