XVimProject / XVim

Xcode plugin for Vim keybindings
MIT License
5.16k stars 595 forks source link

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

Open Vidtion opened 7 years ago

Vidtion commented 7 years ago

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

ykws commented 7 years ago

@Vidtion Did you refer to #1063 ?

externvoid commented 7 years ago

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.

hanl001 commented 7 years ago

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