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

Packager doesn't work with macOS Big Sur 11.6 #1410

Open
ShimYama opened this issue Jun 27, 2024 · 3 comments
Open

Packager doesn't work with macOS Big Sur 11.6 #1410

ShimYama opened this issue Jun 27, 2024 · 3 comments

Comments

@ShimYama
Copy link

System info

Operating System: macOS Big Sur 11.6 (MacBook Pro 2016)
Shaka Packager Version: v3.2.0

Issue and steps to reproduce the problem

Packager Command: packager-osx-x64 -version

What is the expected result?
Show version

What happens instead?
Following error message appeared.

dyld: Symbol not found: __ZTTNSt3__114basic_ifstreamIcNS_11char_traitsIcEEEE
  Referenced from: /Users/betatest/Downloads/./packager-osx-x64 (which was built for Mac OS X 13.6)
  Expected in: /usr/lib/libc++.1.dylib
 in /Users/betatest/Downloads/./packager-osx-x64
zsh: abort      ./packager-osx-x64 -version

I also tested v3.0.0 and got the same message. (but Mac OS X version in second line was 12.7.)
I think we need to add a compiler flag to support older macOS.

@cosmin
Copy link
Collaborator

cosmin commented Jun 28, 2024

Do you happen to know what that compiler flag is?

@ShimYama
Copy link
Author

I use -mmacosx-version-min=[version number] flag in Makefile for my other projects.

@cosmin
Copy link
Collaborator

cosmin commented Jun 28, 2024

@joeyparrish any opinions on what the minimum version number we should target for MacOS?

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

No branches or pull requests

2 participants