You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: