MacOS Issues
Opened this issue · 0 comments
Here are a few issues I encountered with the Mac version using the Dev Bundle:
-
In the .app/Frameworks directory, I had to change the following for it to work manually:
- From: libquazip1-qt6.1.4.dylib
- To: libquazip1-qt6.1.4.0.dylib -
The CMake build configuration by default sets the build directory to **/build/build in the solution. It should be **/build.
-
Can we have a universal build of the dependencies in the artifactory for use in the Dev Bundle? Currently, I have to set the CMAKE_OSX_ARCHITECTURES to x86_64(Although I have an ARM).
-
The "QtConcurrent.framework" does not get copied to the ".app/Frameworks/" directory; I have to manually copy it there. Perhaps something needs to change in the core CMake for this?