I found this, and it helps!
sudo plutil -replace CFBundleShortVersionString -string "12.6.03" /Applications/Install\ macOS\ Sierra.app/Contents/Info.plist
You put this on the terminal, and then
sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume
IF YOU ARE INSTALLING SIERRA if is other, put the correspond code
Many thanks it worked for me. Many thanks
[automerge]1587841778[/automerge]
Thank you.I've solved the reissued Sierra installer issue. The original installer's version is 12.6.03, while the reissued installer is version 12.6.06. It turns out that to get the reissued installer working, all you have to do is open its Info.plist file and change the value for CFBundleShortVersionString from 12.6.06 to 12.6.03. This can be done with a single command using plutil:
Code:sudo plutil -replace CFBundleShortVersionString -string "12.6.03" /Applications/Install\ macOS\ Sierra.app/Contents/Info.plist
I found this while building an installer drive with DiskMaker X; see my site for the original post.
[automerge]1587841818[/automerge]
Many thanksThe fix is in post #56 of this thread.