0

コンソールで、次のエラーが発生します。

27.08.11 20:56:06,371 sandboxd: ([83008]) TextEdit(83008) deny file-read-data /Users/az/Library/Frameworks/FScript.framework/Versions/A/FScript
27.08.11 20:56:06,372 TextEdit: Error loading /Users/az/Library/Containers/com.apple.TextEdit/Data/Library/Application Support/SIMBL/Plugins/FScriptAnywhere.bundle/Contents/MacOS/FScriptAnywhere:  dlopen(/Users/az/Library/Containers/com.apple.TextEdit/Data/Library/Application Support/SIMBL/Plugins/FScriptAnywhere.bundle/Contents/MacOS/FScriptAnywhere, 265): Library not loaded: @executable_path/../Frameworks/FScript.framework/Versions/A/FScript
  Referenced from: /Users/az/Library/Containers/com.apple.TextEdit/Data/Library/Application Support/SIMBL/Plugins/FScriptAnywhere.bundle/Contents/MacOS/FScriptAnywhere
  Reason: no suitable image found.  Did find:
    /Users/az/Library/Frameworks/FScript.framework/Versions/A/FScript: open() failed with errno=1

ファイルFScriptAnywhere.bundle/Contents/Frameworks/FScript.framework/Versions/A/FScriptが存在します。したがって、エラー/問題がわかりません。

何か案が?

4

1 に答える 1

0

問題が見つかりました:

@executable_pathバンドルではなくアプリに関連しています。つまり、この場合は TextEdit です。もちろん、フレームワークは見つかりません。

~/Library/Frameworksまた、TextEdit のサンドボックス化のため、フレームワークを読み込むこともできません。

フレームワークをコピーし/Library/Frameworksて問題を解決しました。

于 2011-08-27T19:25:43.783 に答える