ManiVaultStudio/core

MacOS Issues

Opened this issue · 0 comments

Here are a few issues I encountered with the Mac version using the Dev Bundle:

  1. 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

  2. The CMake build configuration by default sets the build directory to **/build/build in the solution. It should be **/build.

  3. 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).

  4. 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?