Aron
Aron
Hi, since there was no response from the author I am facing the same issue now. Here is my output from > ```shell > env SHELLOPTS=xtrace create-dmg ... > ```...
So we figured out why this wasn't working on the hosted agent. We allowed "APPLESCRIPT" on the agent and then everything worked like excpected. :-)
We did run that script: ``` epochdate=$(($(date +'%s * 1000 + %-N / 1000000'))) tcc_service_appleevents="replace into access (service,client,client_type,auth_value,auth_reason,auth_version,indirect_object_identifier_type,indirect_object_identifier,flags,last_modified) values (\"kTCCServiceAppleEvents\",\"/run\",1,2,4,1,0,\"com.apple.finder\",0,$epochdate);" sudo sqlite3 "/Library/Application Support/com.apple.TCC/TCC.db" "$tcc_service_appleevents" ``` ``` /run ``` was...
> > So we figured out why this wasn't working on the hosted agent. We allowed "APPLESCRIPT" on the agent and then everything worked like excpected. :-) > > How...
@drieseng - Hello, I use the ScrpClient to update firmware on the Linux client of my device. I ran into the same problem as described above. You said: "expect the...