Created
March 29, 2022 16:33
-
-
Save onewheelskyward/f583e7b6feb2faf1683747fa8ff79751 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@(#)PROGRAM:triald PROJECT:trial-292.18 | |
TRISandboxErrorDomain | |
v24@?0q8@"NSString"16 | |
HOME | |
failed to get passwd entry for uid %u | |
failed to resolve user's home directory: %{darwin.errno}d | |
failed to initialize temporary directory: %{darwin.errno}d | |
failed to resolve temporary directory: %{darwin.errno}d | |
failed to initialize cache directory: %{darwin.errno}d | |
failed to resolve cache directory: %{darwin.errno}d | |
TMPDIR | |
DARWIN_CACHE_DIR | |
Failed to enter sandbox: %s | |
com.apple.triald | |
TRIDaemonScopedSwizzling.m | |
failed to lookup -[NSDate descriptionWithLocale:] | |
failed to lookup -[NSDate tri_memoryFriendlyDescriptionWithLocale:] | |
v8@?0 | |
Expression was unexpectedly nil/false: %@ | |
[self tri_memoryFriendlyDescriptionWithLocale:locale] | |
@"NSString"8@?0 | |
%Y-%m-%d %H:%M:%S +0000 | |
Sandbox error: %@ | |
$HOME not set, falling back to using getpwuid | |
Failed to enter sandbox: %{public}s | |
Error entering sandbox: %@ | |
Unable to set private sandox for com.apple.triald, errno: %d | |
dictionaryWithObjects:forKeys:count: | |
initWithDomain:code:userInfo: | |
stringWithFormat: | |
descriptionWithLocale: | |
currentHandler | |
handleFailureInMethod:object:file:lineNumber:description: | |
tri_memoryFriendlyDescriptionWithLocale: | |
timeIntervalSince1970 | |
initWithUTF8String: | |
load | |
TRIDaemonScopedSwizzling | |
@24@0:8@16 | |
v16@0:8 | |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>BuildMachineOSBuild</key> | |
<string>20A241128</string> | |
<key>CFBundleAllowMixedLocalizations</key> | |
<true/> | |
<key>CFBundleDevelopmentRegion</key> | |
<string>English</string> | |
<key>CFBundleExecutable</key> | |
<string>triald</string> | |
<key>CFBundleIdentifier</key> | |
<string>com.apple.triald</string> | |
<key>CFBundleInfoDictionaryVersion</key> | |
<string>6.0</string> | |
<key>CFBundlePackageType</key> | |
<string>APPL</string> | |
<key>CFBundleShortVersionString</key> | |
<string>1.0</string> | |
<key>CFBundleSupportedPlatforms</key> | |
<array> | |
<string>MacOSX</string> | |
</array> | |
<key>CFBundleVersion</key> | |
<string>292.18</string> | |
<key>DTCompiler</key> | |
<string>com.apple.compilers.llvm.clang.1_0</string> | |
<key>DTPlatformBuild</key> | |
<string>13E6049a</string> | |
<key>DTPlatformName</key> | |
<string>macosx</string> | |
<key>DTPlatformVersion</key> | |
<string>12.3</string> | |
<key>DTSDKBuild</key> | |
<string>21E216a</string> | |
<key>DTSDKName</key> | |
<string>macosx12.3.internal</string> | |
<key>DTXcode</key> | |
<string>1330</string> | |
<key>DTXcodeBuild</key> | |
<string>13E6049a</string> | |
<key>LSMinimumSystemVersion</key> | |
<string>12.3</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment