Posts

Post not yet marked as solved
1 Replies
745 Views
I copy a file to my netdisk(using rclone) cp -X /usr/local/bin/xx/a.txt [location/to/netdisk] and get the following error: cp: ./a.txt: fcopyfile failed: Operation not permitted what's the specific change of cp on Sonoma??
Posted Last updated
.
Post not yet marked as solved
3 Replies
896 Views
open Terminal.app export DYLD_INSERT_LIBRARIES="path_to_dylib" env Result: x86: no DYLD_INSERT_LIBRARIES environment is printed. M1 pro: dyld[1393]: tried: '/usr/local/lib/***.dylib' (fat file, but missing compatible architecture (have 'x86_64,arm64', need '')), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/lib/***.dylib' (no such file), '/usr/local/lib/***.dylib' (fat file, but missing compatible architecture (have 'x86_64,arm64', need ''))
Posted Last updated
.