XVimProject/XVim

Re-signing Xcode 8.3.2 failed on Mac 10.12.4: resource fork, Finder information, or similar detritus not allowed

Vidtion opened this issue · 3 comments

Description

in a terminal,

$ sudo codesign -f -s XcodeSigner /Applications/Xcode.app

got this:

/Applications/Xcode.app: replacing existing signature
/Applications/Xcode.app: resource fork, Finder information, or similar detritus not allowed

Environments

  • Xcode Version [ 8.3.2 ]
  • XVim branch and revision [ develop / https://github.com/XVimProject/XVim/commit/fa5224bdc65c304bb49d079d0960a2f970e44462 ]
  • Keyboard Language [ English US ]
  • Input source language [ English US ]
ykws commented

@Vidtion Did you refer to #1063 ?

Could you attempt unsign command at github.com/steakknife/unsign?

$cd unsign
$make
$./unsign /Applications/Xcode.app/Contents/MacOS/Xcode
$cd /Applications/Xcode.app/Contents/MacOS/Xcode
$mv Xcode Xcode.sined
$mv Xcode.unsigned Xcode

The similer tool of the unsign is github.com/alexzielenski/optool.

you should create an other sign and Re-signing Xcode again