I am on a Mac (M3) with Sonoma (14.4.1), running Julia v1.10.4 and trying to use PackageCompiler.jl (v2.1.17) with Plots.jl (v1.40.4). Note I get into the same troubles with any other package I am trying to “prepackage”.
Creating a working sys image fails, as the *.so file is only 16KB and if I try to use it Julia complains that System image file failed consistency check.
The creation of the system image returns the following ld warning:
ld: warning: reexported library with install name '@rpath/libunwind.1.dylib' found at '/Users/myusernamehere/.julia/juliaup/julia-1.10.4+0.aarch64.apple.darwin14/lib/julia/libunwind.1.0.dylib' couldn't be matched with any parent library and will be linked directly
Any help would be immensely appreciated.