Mac Build

Lain

Forum Admin
Lain
Forum Moderator
Developer
I'll investigate, same thing happened to me last night by coincidence. You can temporarily fix it by adding the rpaths via install_name_tool, though it didn't need that before.
 

Lain

Forum Admin
Lain
Forum Moderator
Developer
I'm almost totally positive that this is due to something they introduced in to recent Qt versions -- I went back to my 5.4 install that I still had and it was working fine. When I used 5.8 suddenly the @rpath issue started happening. I'm not sure what they changed or what happened, but it definitely seems to be an issue with the latest version of Qt. Not sure when it was introduced.
 

mwaack

New Member
Thanks Jim, but how can i set the new path?
I try install_name_tool -id @rpath/QtWidget... /Users/admin/Qt/5.8/clang_64/lib/...
But nothing happends. otool -L obs still show the old path.

@rpath is set to @executable_path.
I make a look at the installed Version, there i found under /Applications/OBS.app/Contents/Resources/bin Folders for QtWidgets and some more.

In my rundir.../bin folder contains only 6 files. Nothing from Qt.
Im confused
 
Top