Skip to content
Discussion options

You must be logged in to vote

Ah, yes... libwx_osx_cocoau_core-3.2.0.2.1.dylib and its symlink libwx_osx_cocoau_core-3.2.dylib are collected as hard copies, leading to problems. Same with libwx_baseu-3.2.0.2.1.dylib and libwx_baseu-3.2.dylib.

And because the links have a level of indirection in between (/usr/local/opt/wxwidgets/lib/libwx_baseu_net-3.2.dylib points to libwx_baseu_net-3.2.0.dylib, which points to libwx_baseu_net-3.2.0.2.1.dylib) and the middle link is not referenced anywhere (and thus not collected), even #7619 couldn't help here (yet...).

So you'll have to fix this manually:

cd dist/PXT\ Namely\ Data\ Cleaner.app/Contents/MacOS/
ls -l

rm -f libwx_osx_cocoau_core-3.2.dylib
ln -s libwx_osx_cocoau_core-3…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@weareallricky
Comment options

@weareallricky
Comment options

@rokm
Comment options

rokm Jun 27, 2023
Maintainer

@rokm
Comment options

rokm Jun 27, 2023
Maintainer

Answer selected by weareallricky
@weareallricky
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants