Skip to content

Commit

Permalink
Add note about re-signing xcodebuild to signing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sep102 committed Jun 10, 2020
1 parent 64ca2af commit 3b07a42
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions SIGNING_Xcode.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ Since Apple no longer loads 3rd party plugins (in Xcode 8 and above), we have to
$ sudo codesign -f -s XcodeSigner /Applications/Xcode.app (Replace the Xcode path if it is different.)

This should take a while.

Signing Xcode does not re-sign the xcodebuild utility so you may also want to re-sign it to prevent spurious errors when running xcodebuild.
In a terminal,

$ sudo codesign -f -s XcodeSigner /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild (Replace the Xcode path if it is different.)


4. Build XVim

Expand Down

0 comments on commit 3b07a42

Please sign in to comment.