COVESA / dlt-viewer

Diagnostic Log and Trace viewing program
Other
425 stars 240 forks source link

QT build on MacOS #382

Closed bunty95 closed 9 months ago

bunty95 commented 11 months ago

Using below commands, the DLT project no longer creates a "DLT-Viewer.app" file. cMake worked up until 2.21.1 but no longer works.

Using the below qmake commands, a ".app" isn't created.

brew install qt@5 mkdir build && cd build /usr/local/opt/qt@5/bin/qmake ../BuildDltViewer.pro make

Any help would be greatly appreciated

hannesa2 commented 11 months ago

Here https://github.com/COVESA/dlt-viewer/blob/master/.github/workflows/BuildPR.yml#L28-L40 you see how the CI builds it on MacOS. But it's just x86

bunty95 commented 11 months ago

The build works correctly for me as well. The problem that I have is that a ".APP" file isn't created. It used to work with cMake up until 2.21.1, but after that broke.

Trying to ask for help on creating a .APP file again.

bunty95 commented 9 months ago

Update: when using the build.sh adding the following command resolve's the issue.

sudo xcode-select -s /Applications/Xcode.app