Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のすでに動作しているコマンドライン呼び出しcodesign:
codesign
codesign -s <user> /path/to/app
突然動作を停止し、出力:
<app>: unknown error -1009=fffffffffffffc0f
これは何が原因で、どうすれば修正できますか?
マシンが別の場所に移動されたため、DNS サーバーが正しく構成されていませんでした。ネットワーク設定を修正した後、再び動作し始めました。