It works fine on Ventura. Only doesn't work on Big Sur.
Here, you sort it out. The error message and ChatGPT explanation:
Last login: Mon Jul 31 16:28:49 on console
/Applications/TurboTax\ 2022.app/Contents/MacOS/TurboTax\ 2022 ; exit;
[Retina-Powerbook:~] user% /Applications/TurboTax\ 2022.app/Contents/MacOS/TurboTax\ 2022 ; exit;
dyld: Symbol not found: __ZTINSt3__114basic_ofstreamIcNS_11char_traitsIcEEEE
Referenced from: /Applications/TurboTax 2022.app/Contents/MacOS/../Frameworks/libLogger.dylib
Expected in: /usr/lib/libc++.1.dylib
in /Applications/TurboTax 2022.app/Contents/MacOS/../Frameworks/libLogger.dylib
Abort
logout
[Process completed]
ChatGPT
The provided text appears to be a log of a terminal session on a Mac computer where the user attempted to run TurboTax 2022 but encountered an error.
Here's a breakdown of the log:
- Last login: Mon Jul 31 16:28:49 on console: This line shows the last time the user logged into the system via the console (command-line interface).
- /Applications/TurboTax\ 2022.app/Contents/MacOS/TurboTax\ 2022 ; exit;: The user attempted to run the TurboTax 2022 application from the specified location.
- dyld: Symbol not found: __ZTINSt3__114basic_ofstreamIcNS_11char_traitsIcEEEE: This is the error message indicating that a symbol (specifically, __ZTINSt3__114basic_ofstreamIcNS_11char_traitsIcEEEE) was not found in the dynamic linker (dyld). This symbol is expected to be present in the libLogger.dylib framework but wasn't found in the libc++.1.dylib library.
- Referenced from: /Applications/TurboTax 2022.app/Contents/MacOS/../Frameworks/libLogger.dylib: The missing symbol was referenced by the libLogger.dylib library, which is part of the TurboTax 2022 application.
- Expected in: /usr/lib/libc++.1.dylib: The dynamic linker expected to find the missing symbol in the libc++.1.dylib library located in the /usr/lib/ directory.
- in /Applications/TurboTax 2022.app/Contents/MacOS/../Frameworks/libLogger.dylib: The dynamic linker specifically looked for the missing symbol in the libLogger.dylib library located within the TurboTax 2022 application bundle.
- Abort: Due to the missing symbol, the application cannot continue and aborts.
- logout: The user's session ends and the user is logged out of the terminal.
- [Process completed]: This message indicates that the terminal process has completed.
The error suggests that there may be an issue with the TurboTax 2022 application, possibly due to a missing or incompatible library. To resolve this problem, you might need to update TurboTax or check for any missing dependencies. If the issue persists, you could contact TurboTax support for further assistance.