OS X - Designer cannot be opened because of a problem
-
That's a Qt 4 version of Designer, not a 5.4
-
Well, that I don't know, but it's clearly not the right version of Designer. Did you use brew to install stuff ?
-
@SGaist I have closed the terminal and opened it again and run your command again, but now I have the following output:
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/otool: can't open file: Designer (No such file or directory) -
Since you closed the terminal you first have to go again in the folder where Designer is located
Qt Creator has a designer plugin which is not the same thing as the Designer application
-
Since you closed the terminal you first have to go again in the folder where Designer is located
Qt Creator has a designer plugin which is not the same thing as the Designer application
@SGaist Yes, and I am having the same output, which seems that the standalone
Designer.appthat comes with myQt 5.4distribution is forQt 4.8, which is really strange.I am not sure if I had used
brewto install something, but runningbrew listdoes not show apparently any packages or programs related toQt:clang-format cmake cscope dmd dub freetype gdbm jpeg libpng libtiff little-cms mercurial openssl pcre pkg-config portmidi sdl sdl2 sdl_image sdl_mixer sdl_ttf tree webp wget zsh -
That really strangeā¦
The output of
brew listdoesn't seem suspiciousI just verified with 5.5 and it's all ok
-
At the end, I decided to uninstall
Qt 5.4(using theMaintenanceToolthat comes with the program) and installQt 5.5. For now, theDesigner.appworks normally.I have also reinstalled
PyQt5globally instead of on avirtualenv. I have had some problems related to licenses' compatibility, that I solved by commenting 2 statements in theconfigure.pyofPyQt5, before building. This pseudo solution to this problem can be found on the web. -
There must have a been a strange glitch at some point somewhere...