Closed alexnkorovin closed 1 year ago
Hi @alexnkorovin,
Not sure what's going on, but we can find out! You can enable console output by
/Applications/EcoAssist.command
with a text editor like TextEdit or Visual Studio Code;# exec 1> $LOCATION_ECOASSIST_FILES/EcoAssist/logfiles/stdout.txt
# exec 2> $LOCATION_ECOASSIST_FILES/EcoAssist/logfiles/stderr.txt
This will not fix the issue, but it will give us more information in whats going on. Please share the console output here.
Thanks!
Thank you for your hint! Problem with starting up the app was solved.
I checked up stderr.txt file and found the error massage: stderr: 'xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun'
Looking around I found solution here: https://setapp.com/how-to/fix-xcrun-error The issue is in missing xcode path after upgrading to later version of MacOS. Problem was solver with the terminal command: sudo xcode-select -s /Applications/Xcode.app
Perfect, good luck!
Hello,
I have installed EcoAssist on Max with Intel CPU with MacOS Ventura 13.4.1 (c) (22F770820d) and Xcode 14.3.1 (14E300c) Installation has finished without any visible issues, however when I double clicking EcoAssist.command file the Terminal window appears with the following text:
/Applications/EcoAssist.command ; exit; (base) ➜ ~ /Applications/EcoAssist.command ; exit; This is an OSX computer... ...with an Intel processor.
Saving session...completed.
[Process completed]
No application window is opened. Could you give a hint for this issue. I really like the idea and would like to test you package
Thank you for the help!