Sorry for delayed reply. We are using a CoreDNS plugin in our application. I checked the binary using otool, and I don't see it linking against AppKit.
Here’s the otool -L output for our coredns binary:
─ ~/B1E/VirtualBucket_atcapi/VB_7Jan/atc.api.service vb_latest ················································································································ ✔ 07:45:57 PM ─╮
╰─ otool -L /Applications/Infoblox/BloxOne\ Endpoint.app/Contents/MacOS/coredns ─╯
/Applications/Infoblox/BloxOne Endpoint.app/Contents/MacOS/coredns (architecture x86_64):
/usr/lib/libSystem.B.dylib (compatibility version 0.0.0, current version 0.0.0)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 0.0.0, current version 0.0.0)
/System/Library/Frameworks/Security.framework/Versions/A/Security (compatibility version 0.0.0, current version 0.0.0)
/Applications/Infoblox/BloxOne Endpoint.app/Contents/MacOS/coredns (architecture arm64):
/usr/lib/libSystem.B.dylib (compatibility version 0.0.0, current version 0.0.0)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 0.0.0, current version 0.0.0)
/System/Library/Frameworks/Security.framework/Versions/A/Security (compatibility version 0.0.0, current version 0.0.0)
As you can see, AppKit is not listed among the linked frameworks.
At this point, I am unsure how to proceed with debugging this issue.
Topic:
App & System Services
SubTopic:
Processes & Concurrency
Tags: