Posts

Post not yet marked as solved
0 Replies
110 Views
Hello. I have a question for full disk access in the macOS operating system environment. Is the application that performs the function of reading the contents after copying the file in the path "com.apple.TCC/TCC.db" to verify the permission considered malicious code? If the function is implemented, will "DeveloperID" be stopped? Can I check the official answer? Thank you.
Posted Last updated
.
Post not yet marked as solved
0 Replies
448 Views
Hello We are currently developing macOS application using Finder Sync Extension. However, the Finder Sync Extension application is not displayed in "System Preference -> Extensions -> Finder Extension". Of course, the Finder Sync Extension product doesn't work either. The Finder Sync Extension product will not run using the two commands below. pluginkit -e use -i com.x.x.x pluginkit -a -i com.x.x.x Please help me.
Posted Last updated
.
Post marked as solved
1 Replies
830 Views
We built the project to support Apple Silicon. It works normally in higher versions, but in OSX 10.12, 10.13, the following error occurs and does not work. The same error occurred when adding libSystem.B.dylib, so I ask for your help. swift dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin Referenced from: ...dylib Expected in: /usr/lib/libSystem.B.dylib dyld: Symbol not found: ____chkstk_darwin Referenced from: ...dylib Expected in: /usr/lib/libSystem.B.dylib
Posted Last updated
.