You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% ls /System/Library/Frameworks/CoreFoundation.framework/
Resources
Versions
% ls /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
ls: /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation: No such file or directory
I can't wait to hear the excuse wrapped in marketing speak that they will have to come up with for explaining doing dumb stuff like this:
As per MacOS Big Sur - Python ctypes find_library does not find libraries (ssl, CoreFoundation, etc: This behaviour stopped working in macOS Big Sur due to dylibs being removed from disk when they are included in the dyld shared cache
More hand waving in this thread: Missing librairies in /usr/lib on Big Sur?
So the files exist, but
stat
orls
can't see them!Wow.
This causes the
py2app
packaging scripts to fail when they try tocreate_binaries
:MachOGraphy.py
doesn't find the file inrun_file
and bails out..The text was updated successfully, but these errors were encountered: