Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS Issues #633

Open
sbvis opened this issue Jul 8, 2024 · 0 comments
Open

MacOS Issues #633

sbvis opened this issue Jul 8, 2024 · 0 comments
Assignees

Comments

@sbvis
Copy link
Contributor

sbvis commented Jul 8, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants