Note that there are some explanatory texts on larger screens.

plurals
  1. POSMJobBless causes kSMErrorDomainFramework error 5 - The tool at the specified path is not valid
    primarykey
    data
    text
    <h1>Running SMJobBless:</h1> <p>(PrefPane project xcode version 4 Build 4A304a)</p> <pre><code>SMJobBless(kSMDomainSystemLaunchd, @"com.coderama.coderamaHelper", authRef, &amp;err); </code></pre> <h1>Causes this error:</h1> <pre><code>System Preferences[22312:903] Bless Error: Error Domain=kSMErrorDomainFramework Code=5 UserInfo=0x2005790e0 "The operation couldn’t be completed. (kSMErrorDomainFramework error 5 - The tool at the specified path is not valid.)" </code></pre> <p>Below are my plists.</p> <p>Can anyone decipher the error message so I can attempt to troubleshoot this? I have gone over all of my plists to make sure the names match-up.</p> <h2>coderama-info.plist:</h2> <pre><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&gt; &lt;plist version="1.0"&gt; &lt;dict&gt; &lt;key&gt;CFBundleDevelopmentRegion&lt;/key&gt; &lt;string&gt;English&lt;/string&gt; &lt;key&gt;CFBundleExecutable&lt;/key&gt; &lt;string&gt;${EXECUTABLE_NAME}&lt;/string&gt; &lt;key&gt;CFBundleIconFile&lt;/key&gt; &lt;string&gt;&lt;/string&gt; &lt;key&gt;CFBundleIdentifier&lt;/key&gt; &lt;string&gt;com.coderama.${PRODUCT_NAME:rfc1034identifier}&lt;/string&gt; &lt;key&gt;CFBundleInfoDictionaryVersion&lt;/key&gt; &lt;string&gt;6.0&lt;/string&gt; &lt;key&gt;CFBundleName&lt;/key&gt; &lt;string&gt;${PRODUCT_NAME}&lt;/string&gt; &lt;key&gt;CFBundlePackageType&lt;/key&gt; &lt;string&gt;BNDL&lt;/string&gt; &lt;key&gt;CFBundleShortVersionString&lt;/key&gt; &lt;string&gt;1.0&lt;/string&gt; &lt;key&gt;CFBundleSignature&lt;/key&gt; &lt;string&gt;????&lt;/string&gt; &lt;key&gt;CFBundleVersion&lt;/key&gt; &lt;string&gt;1.0&lt;/string&gt; &lt;key&gt;NSHumanReadableCopyright&lt;/key&gt; &lt;string&gt;Copyright © 2012 coderama. All rights reserved.&lt;/string&gt; &lt;key&gt;NSMainNibFile&lt;/key&gt; &lt;string&gt;coderama&lt;/string&gt; &lt;key&gt;NSPrefPaneIconFile&lt;/key&gt; &lt;string&gt;show_wireframe_zoom_24.gif&lt;/string&gt; &lt;key&gt;NSPrefPaneIconLabel&lt;/key&gt; &lt;string&gt;coderama&lt;/string&gt; &lt;key&gt;NSPrincipalClass&lt;/key&gt; &lt;string&gt;coderama&lt;/string&gt; &lt;key&gt;SMPrivilegedExecutables&lt;/key&gt; &lt;dict&gt; &lt;key&gt;com.coderama.coderamaHelper&lt;/key&gt; &lt;string&gt;identifier com.coderama.coderamaHelper and certificate leaf[subject.CN] = &amp;quot;Joe Developer&amp;quot;&lt;/string&gt; &lt;/dict&gt; &lt;/dict&gt; &lt;/plist&gt; </code></pre> <h2>coderamaHelper-info.plist:</h2> <pre><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&gt; &lt;plist version="1.0"&gt; &lt;dict&gt; &lt;key&gt;CFBundleIdentifier&lt;/key&gt; &lt;string&gt;com.coderama.coderamaHelper&lt;/string&gt; &lt;key&gt;CFBundleInfoDictionaryVersion&lt;/key&gt; &lt;string&gt;6.0&lt;/string&gt; &lt;key&gt;CFBundleName&lt;/key&gt; &lt;string&gt;coderamaHelper&lt;/string&gt; &lt;key&gt;CFBundleVersion&lt;/key&gt; &lt;string&gt;1.0&lt;/string&gt; &lt;key&gt;SMAuthorizedClients&lt;/key&gt; &lt;array&gt; &lt;string&gt;identifier com.coderama.coderama and certificate leaf[subject.CN] = &amp;quot;Joe Developer&amp;quot;&lt;/string&gt; &lt;/array&gt; &lt;/dict&gt; &lt;/plist&gt; </code></pre> <h2>coderamaHelper-Launchd.plist looks like this:</h2> <pre><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&gt; &lt;plist version="1.0"&gt; &lt;dict&gt; &lt;key&gt;Label&lt;/key&gt; &lt;string&gt;com.coderama.coderamaHelper&lt;/string&gt; &lt;key&gt;MachServices&lt;/key&gt; &lt;dict&gt; &lt;key&gt;com.coderama.coderamaHelper.mach&lt;/key&gt; &lt;true/&gt; &lt;/dict&gt; &lt;/dict&gt; &lt;/plist&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload