0

My already working command line call of codesign:

codesign -s <user> /path/to/app

has suddenly stopped working and outputs:

<app>: unknown error -1009=fffffffffffffc0f

What might cause this and how can this be fixed?

mstrap
  • 16,808
  • 10
  • 56
  • 86
  • Maybe it would be easier for us if you posted that actual code that produces the error? – John Willemse Apr 19 '13 at 12:39
  • I was already able to fix the problem, but added this question here to help someone else (or even myself) in the future :) Anyway, maybe there are other possible issues which codesign fail with cryptic error codes. – mstrap Apr 19 '13 at 12:41

1 Answers1

0

The DNS server was not properly configured, as the machine had been moved to another location. After fixing the network settings, it started working again.

mstrap
  • 16,808
  • 10
  • 56
  • 86