================ Comment at: Makefile.rules:1527 @@ -1524,3 +1526,3 @@ $(Echo) ======= Code-Signing $(BuildMode) Executable $(TOOLNAME) - $(Verb) codesign -s - $@ + $(Verb) codesign --sign $(CODESIGN_IDENTITY) $@ else ---------------- You forgot to change this :). http://llvm-reviews.chandlerc.com/D632