First things first, here’s a copy of the output formatted to make it more readable:
Processing: /Users/majumadhusudanan/Documents/GitHub/work-desktop-mac/Export/iManage Agent.app
Properties are {
NSURLIsDirectoryKey = 1;
NSURLIsPackageKey = 1;
NSURLIsSymbolicLinkKey = 0;
NSURLLocalizedTypeDescriptionKey = Application;
NSURLTypeIdentifierKey = "com.apple.application-bundle";
"_NSURLIsApplicationKey" = 1;
}
Props are {
cdhash = <3caafbc6 0ce092a5 d12fe1e1 43efb110 b7ae7baf>;
digestAlgorithm = 2;
flags = 65536;
secureTimestamp = "2019-07-24 12:16:31 +0000";
signingId = "com.imanage.workagent";
teamId = HGLC38RWEJ;
}
JSON Data is {
records = (
{
recordName = "2/2/3caafbc60ce092a5d12fe1e143efb110b7ae7baf";
}
);
}
Headers: {
"Content-Type" = "application/json";
}
Domain is api.apple-cloudkit.com
Response is <NSHTTPURLResponse: 0x7fb86e101730> { URL: https://api.apple-cloudkit.com/database/1/com.apple.gk.ticket-delivery/production/public/records/lookup } { Status Code: 200, Headers {
"Apple-Originating-System" = (
UnknownOriginatingSystem
);
Connection = (
"keep-alive"
);
"Content-Encoding" = (
gzip
);
"Content-Type" = (
"application/json; charset=UTF-8"
);
Date = (
"Wed, 24 Jul 2019 12:48:22 GMT"
);
Server = (
"AppleHttpServer/f86386b8"
);
"Strict-Transport-Security" = (
"max-age=31536000; includeSubDomains;"
);
"Transfer-Encoding" = (
Identity
);
Via = (
"xrail:st13p00ic-zteu25223801.me.com:8301:19B68:grp60",
"icloudedge:bm21p00ic-hygw01040401:7401:19RC255:…"
);
"X-Apple-CloudKit-Version" = (
"1.0"
);
"X-Apple-Request-UUID" = (
"5e44bc10-6f96-4670-8fb8-e4b9425c962d"
);
"X-Responding-Instance" = (
"ckdatabasews:16302101:st42p63ic-ztfb17170701:8201:1912B424:7247c61d51f2"
);
"access-control-expose-headers" = (
"X-Apple-Request-UUID, X-Responding-Instance",
Via
);
"apple-seq" = (
0
);
"apple-tk" = (
false
);
} }
Size of data is 3349
JSON Response is: {
records = (
{
created = {
deviceID = 2;
timestamp = 1563970910519;
userRecordName = "_d28c74d190a3782e89496b0a13437fef";
};
deleted = 0;
fields = {
signedTicket = {
type = BYTES;
value = "…";
};
};
modified = {
deviceID = 2;
timestamp = 1563970910519;
userRecordName = "_d28c74d190a3782e89496b0a13437fef";
};
pluginFields = {
};
recordChangeTag = jyh7wdv7;
recordName = "2/2/3caafbc60ce092a5d12fe1e143efb110b7ae7baf";
recordType = DeveloperIDTicket;
}
);
}
Downloaded ticket has been stored at file:///var/folders/l5/vbhk7bfs3vn758tg0328wd_w0000gn/T/5e44bc10-6f96-4670-8fb8-e4b9425c962d.ticket.
Could not validate ticket for /Users/majumadhusudanan/Documents/GitHub/work-desktop-mac/Export/iManage Agent.app
The staple and validate action failed! Error 65.
I can’t see any obvious cause of this problem. I’m going to dig into it some more to see if I can uncover something.
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
let myEmail = "eskimo" + "1" + "@apple.com"