I make macOS application with dylibbundler command.
dylibbundler -od -b -x my-executable -i /usr/lib/ -d lib/ -p @executable_path/../Resources/lib/
My script works fine on our local machines (10.15 and 11.0 version) but fails on github-actions (macos-11.0 and macos-latest).
* Collecting dependencies.......................................Please specify now the directory where this library can be found (or write 'quit' to abort):
Please specify now the directory where this library can be found (or write 'quit' to abort):
/!\ WARNING : Cannot resolve path '@loader_path/libbrotlicommon.1.dylib'
/!\ WARNING : Library libbrotlicommon.1.dylib has an incomplete name (location unknown)
libbrotlicommon.1.dylib does not exist. Try again
libbrotlicommon.1.dylib does not exist. Try again
libbrotlicommon.1.dylib does not exist. Try again
^^^^ a lot of this string. it doesn't stop. One string per second.
I don’t use libbrotlicommon. We haven’t this library on our computers. I can’t find anything about this library in google…
I try to download my-executable (was builder on github-actions) on my computer and run dylibbundler - no problems.