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

Image not found Mac OS #2

Closed
umang94 opened this issue May 22, 2020 · 3 comments
Closed

Image not found Mac OS #2

umang94 opened this issue May 22, 2020 · 3 comments
Labels
bug report Something isn't working

Comments

@umang94
Copy link

umang94 commented May 22, 2020

Getting this error on trying to load a newly downloaded icon

➜  multi git:(master) ./create-mac-app hotlist /Users/umanjain/Downloads/icons8-internet-folder-100.png
dyld: Library not loaded: @rpath/llbuild.framework/Versions/A/llbuild
  Referenced from: /Library/Developer/CommandLineTools/usr/bin/swift-build
  Reason: image not found
./create-mac-app: line 26: 74897 Abort trap: 6           swift build
@kofigumbs
Copy link
Owner

It looks like this is an issue with Swift and not your icon. Do you have XCode installed? I found a fix in this StackOverflow post, but I think it would only work if you have the full XCode installed (i.e. not just the Command Line Tools)?

kofigumbs added a commit that referenced this issue May 23, 2020
Fixes #3
Probably relevant to #2
@kofigumbs kofigumbs added the bug report Something isn't working label May 26, 2020
@umang94
Copy link
Author

umang94 commented Jun 2, 2020

I do not have xcode installed but I am trying to install it recently. I will soon let you know.

@kofigumbs
Copy link
Owner

I made a bunch of changes to Multi over the last couple weeks, and things should be a lot simpler to setup in general. For starters, you no longer need to compile stuff yourself! So this issue shouldn't apply anymore. You can learn more about how things work now on the new README.

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

2 participants