Qt 6.11 is out! See what's new in the release
blog
File not found QtGui.framework/Versions/4/QtGui for architecture x86_64
General and Desktop
1
Posts
1
Posters
2.3k
Views
1
Watching
-
I'm trying to make a library on my Mac.
The latest libs and QtCreator were installed seperatelyThis error pops up though:
@file not found QtGui.framework/Versions/4/QtGui for architecture x86_64@
When I run 'file QtGui' it gives me:
@QtGui: Mac0 universal binary with 2 architectures
QtGui (for architecture x86_64): Mach-0 64-bit dynamically linked shared libary x86_64
QtGui (for architecture i386): Mach-0 dynamically linked shared library i386@So I don't know where the problem lies. Do you?