-
-
Notifications
You must be signed in to change notification settings - Fork 581
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: /usr/lib/swift/libswift_Concurrency.dylib
on v0.12.1 for macOS 11.6
#801
Comments
@modderme123 Any idea how to fix this? :) |
One reason might be because we're somehow building for a newer macos version that doesn't support async networking stuff. We probably need to explicitly set a flag to build for an older version and unfortunately probably also pull in a library to do network requests without modern swift networking (which comes in macos 10.14 I think, so this is probably not why it is failing here) The other guess I have is also related to building this and that somehow if we don't build with xcode we're building a dev version that requires command line tools and xcode to be installed... Probably running |
This isn't the case for me as I have them installed already.
|
@Gleek Would you mind posting your version of xcode and swift? |
@modderme123 Does this help?
I don't have the full Xcode installation present. I only have the command line tools installed. |
I have the same issue as @ErikBjare on macOS Version 11.7.2 with identical Swift and pkgutil versions as @Gleek.
This also happened using macOS Version 11.7.3. Switching the Also, I was unable to build from source with macOS 11 (as expected, since macOS 12.0 seems to be required):
I intent to stay on macOS 11 for the weeks to come. If I can help out by running any possibly fixed versions on my system, please let me know. |
Looks like there's a solution described in this blog post: Unfortunately, I wasn't able to make the changes to the |
@BelKed You referred me to this issue from "Module aw-watcher-window quit unexpectedly." I am using macOS BigSur 11.2.3. If I understand correctly, then ActivityWatch is not compatible with this version of macOS. If I upgrade to the latest version of macOS, then will that solve the issue? |
Yes, upgrading to macOS Monterey will solve the problem :) |
@BelKed Okay, I will back up and upgrade macOS. |
@BelKed Good news! I upgraded to macOS Ventura 13.4.1, and ActivityWatch is tracking time again. Thank you for your help. |
The following was posted in: #787 (comment)
Unfortunately, v0.12.1 didn't work for me.
There are no errors in the logs now:
But it seems that the afk-watcher-window is not running as seen from the ps output
Running it manually would give the following error:
Changing the method to jxa also doesn't work with the following logs
I'm on macOS Big Sur (v11.6.1)
Any help is appreciated! Thanks :)
Edit: I also get an error pop-up, that I hadn't noticed before, everytime activitywatch opens up. There's no error in the details. But it's consistently crashing
Originally posted by @Gleek in #787 (comment)
The text was updated successfully, but these errors were encountered: