문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top