Post

Replies

Boosts

Views

Activity

Comment on `listener failed to activate: xpc_error=[1: Operation not permitted]`
For instance I took a look at this project that uses : https://github.com/zeek/zeek-agent-v2/blob/af61c534f6287438c923a0296d3225783f16017a/src/platform/darwin/ZeekAgent.app/Info.plist.agent.in#L27-L28 It uses the app identifier: https://github.com/zeek/zeek-agent-v2/blob/af61c534f6287438c923a0296d3225783f16017a/src/platform/darwin/ZeekAgent.app/entitlements.plist.agent#L5-L6 Note that I tried both: tonygo.TestES tonygo.TestES.Extension
Topic: App & System Services SubTopic: Core OS Tags:
May ’24
Comment on Setup LaunchAgent in Xcode
Thanks for you quick answer @eskimo :) It is always a pleasure to see your answers. I fixed app group mismatch: https://github.com/tony-go/NetworkMonitor/tree/sma-app-service But I have the same errors ... It seems that the agent is not started properly. I'll probably explore cs.github.com and see if I could find an macOS project that starts an agent with SMAppService.
Feb ’24
Comment on CPU Counters: profile using L1, L2 events
No I did not had a change to test on Tahoe beta, I'll try to start a VM on UTM.
Replies
Boosts
Views
Activity
Jul ’25
Comment on Using `com.apple.developer.usernotifications.filtering` for developement
I hoped we could have a way to test it locally without all this ceremony.
Replies
Boosts
Views
Activity
Mar ’25
Comment on `listener failed to activate: xpc_error=[1: Operation not permitted]`
I aslo tried to remove sandbox for the GUI, but it don't resolve the issue, so I guess it answer the question: But what about the GUI application? It is sandboxed right?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’24
Comment on `listener failed to activate: xpc_error=[1: Operation not permitted]`
For instance I took a look at this project that uses : https://github.com/zeek/zeek-agent-v2/blob/af61c534f6287438c923a0296d3225783f16017a/src/platform/darwin/ZeekAgent.app/Info.plist.agent.in#L27-L28 It uses the app identifier: https://github.com/zeek/zeek-agent-v2/blob/af61c534f6287438c923a0296d3225783f16017a/src/platform/darwin/ZeekAgent.app/entitlements.plist.agent#L5-L6 Note that I tried both: tonygo.TestES tonygo.TestES.Extension
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’24
Comment on Setup LaunchAgent in Xcode
I think i should focus more on this error: Unable to register Error Domain=SMAppServiceErrorDomain Code=1 "Operation not permitted" UserInfo={NSLocalizedFailureReason=Operation not permitted}
Replies
Boosts
Views
Activity
Feb ’24
Comment on Setup LaunchAgent in Xcode
For instance I noticed that I use BundleProgram in the Agent plist and before I used: Program
Replies
Boosts
Views
Activity
Feb ’24
Comment on Setup LaunchAgent in Xcode
Did not resolve the issue :) haha
Replies
Boosts
Views
Activity
Feb ’24
Comment on Setup LaunchAgent in Xcode
Thanks for you quick answer @eskimo :) It is always a pleasure to see your answers. I fixed app group mismatch: https://github.com/tony-go/NetworkMonitor/tree/sma-app-service But I have the same errors ... It seems that the agent is not started properly. I'll probably explore cs.github.com and see if I could find an macOS project that starts an agent with SMAppService.
Replies
Boosts
Views
Activity
Feb ’24
Comment on Setup LaunchAgent in Xcode
--- Deleted comment ------
Replies
Boosts
Views
Activity
Feb ’24
Comment on Setup LaunchAgent in Xcode
Unfortunately, it still does not work :/
Replies
Boosts
Views
Activity
Jan ’24