-
Notifications
You must be signed in to change notification settings - Fork 288
Closed as not planned
Labels
🧽 choreAdministrative task: documentation, build, test, release, git, etc.Administrative task: documentation, build, test, release, git, etc.
Description
I saw that the version 2.0 release message says mas now requires macOS 10.15 (Catalina) or newer.
However running the pre-built binaries will complain @rpath/libswift_Concurrency.dylib could not be loaded, this is due to @rpath/libswift_Concurrency.dylib seems to only available natively from macOS version >= 12. Referencing other swift projects:
- Reason: image not found majd/ipatool#50
- libswift_Concurrency.dylib not found on macOS 10.15 & macOS 11 realm/SwiftLint#4131
So I believe the documentations such as README should be updated to reflect this.
edit:
It can be solved by manually installing latest swift dylib / runtime.
Metadata
Metadata
Assignees
Labels
🧽 choreAdministrative task: documentation, build, test, release, git, etc.Administrative task: documentation, build, test, release, git, etc.