Error while installing OBS from package MacOS (library not loaded)

Newbie

New Member
Hello,

On my dev machine, the build and packaging works fine, including the install step. But trying to install on another Mac, it fails with the error "Library not loaded"

upload_2017-8-15_11-37-54.png


anyone knows what the reason might be?

thanks in advance.
 
If anyone wondering, solved it by building with the python script at CI/install/osx folder. (build_app.py)
 
You should try to fix lost libraries with homebrew
Thanks for you reply!
I tried the build_app.py script under CI/install/osx folder, it produced an app which includes the dynamic libraries, but the app crashes at launched:
Screen Shot 2020-03-20 at 7.00.39 PM.png

do you know how to resolve this?
 
Thanks for you reply!
I tried the build_app.py script under CI/install/osx folder, it produced an app which includes the dynamic libraries, but the app crashes at launched:
View attachment 52216
do you know how to resolve this?
Maybe brew doctor could help resolve the problem.
just reinstall the broken packages which are reported by 'brew doctor'.
Good Luck!
 
Back
Top