Hello.

My application is not run after upgrade XCode Command Line Tools to latest 
version. There are three binaries in my application: application and two 
dynamic libraries.
Application structures is changed. Before upgrade my dynamic libraries are 
placed directly at Contents/Frameworks directory. But after upgrade every 
library is at separate __lbrary__.framework directory. Thus a have an error 
like this:  
Starting 
/Users/semenenko/build-limon-Desktop_Qt_5_5_0_clang_64bit-Debug/qtc_Desktop__e049b762-debug/install-root/LiMon...
dyld: Library not loaded: 
@executable_path/../Frameworks/LiMonWidgets.framework/Versions/A/LiMonWidgets
Referenced from: 
/Users/semenenko/build-limon-Desktop_Qt_5_5_0_clang_64bit-Debug/qtc_Desktop__e049b762-debug/install-root/LiMon
Reason: image not found
The program has unexpectedly finished.
/Users/semenenko/build-limon-Desktop_Qt_5_5_0_clang_64bit-Debug/qtc_Desktop__e049b762-debug/install-root/LiMon
 crashed

I look like dynamic library now building as not library but framework.
How to fix this?
_______________________________________________
QBS mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qbs

Reply via email to