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

🐛 [BUG] Runtime exception on Older macOS 10.11 El Capitan #467

Open
1 task done
hao-lh opened this issue Jun 23, 2022 · 1 comment
Open
1 task done

🐛 [BUG] Runtime exception on Older macOS 10.11 El Capitan #467

hao-lh opened this issue Jun 23, 2022 · 1 comment
Labels

Comments

@hao-lh
Copy link

hao-lh commented Jun 23, 2022

Your Environment

  • mas version: latest binary installed from brew install mas-cli/tap/mas
  • macOS version (system_profiler SPSoftwareDataType -detailLevel mini):

Software:
System Software Overview:
System Version: OS X 10.11.6 (15G22010)
Kernel Version: Darwin 15.6.0
Time since boot: 1 day 17:12

mas Install Method

  • [] brew install mas (homebrew-core)
  • mas-cli/tap
  • [] .pkg installer from releases
  • [] Built from source
    • Fork/branch: ? (e.g. mas-cli/main)
    • Xcode version: 10.?

Describe the Bug

A clear and concise description of what the bug is.
When installed from brew install mas-cli/tap/mas for older macOS version
And run from terminal, get following exceptions:

dyld: Library not loaded: @rpath/libswiftCore.dylib
Referenced from: /usr/local/bin/mas
Reason: image not found
[1] 6724 trace trap mas outdated

To Reproduce

Steps to reproduce the behavior:

  1. brew install mas-cli/tap/mas
  2. mas outdated
  3. Should be able to see above mentioned exceptions
@twlz0ne
Copy link

twlz0ne commented Aug 7, 2022

Same here.

$ brew install mas-cli/tap/mas
$ mas --help
dyld: Library not loaded: @rpath/libswiftCore.dylib
  Referenced from: /usr/local/bin/mas
  Reason: image not found
fish: Job 1, 'mas --help' terminated by signal SIGABRT (Abort)

$ mdfind -name libswiftCore.dylib
/Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Frameworks/libswiftCore.dylib
/Library/Developer/CommandLineTools/usr/lib/swift/macosx/libswiftCore.dylib
/System/Library/PrivateFrameworks/Swift/libswiftCore.dylib

$ sw_vers
ProductName:    Mac OS X
ProductVersion: 10.13.6
BuildVersion:   17G14042

$ xcodebuild -version
Xcode 10.1
Build version 10B61

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

No branches or pull requests

2 participants