SysError -5000 during create of "/Applications/app store.app/Icon
lvarayut opened this issue · 5 comments
I got the following error while running sudo ./install.sh
on El capitan:
flat.icns-master|⇒ sudo ./install.sh
Password:
Thanks for installing flat.icns!
Downloading icon files
######################################################################## 100.0%
Replacing app icons
* 1password
* app store
".# /Applications/Xcode.app/Contents/Developer/usr/bin/Rez - SysError -5000 during create of "/Applications/app store.app/Icon
" for writing.ons/Xcode.app/Contents/Developer/usr/bin/Rez - Fatal error trying to open the resource file "/Applications/app store.app/Icon
Fatal Error!
### /Applications/Xcode.app/Contents/Developer/usr/bin/Rez - Fatal Error, can't recover.
's resource fork was not completely updated.er/usr/bin/Rez - Since errors occurred, /Applications/app store.app/Icon
### /Applications/Xcode.app/Contents/Developer/usr/bin/Rez - SysError -43 during set file info.
This is most likely due to newly implemented application integrity enforcement in el capitan
Thanks for your response. Any work around I can do to get rid of this problem?
Having the same problem, is there a way around this? Like a "skip" function for just app store?
We are actually recommending against using the shell script for now, because it hasn't been adjusted for the changes in the environment. Unfortunately this means you'd have to apply each icon individually through liteicon
You need to disable the System Integrity Protection feature.
- Restart your mac and hold CMD + R until you reach Recovery screen.
- Open terminal
- Enter this command:
csrutil disable
- Reboot & enjoy.
After the customization you can enable the SIP again, by repeating steps 1-4, using the command csrutil enable
.