No it should work, where did you get the Sierra installer app from
and are you using the correct Terminal command.
sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ macOS\ Sierra.app
Did you download the InstallOS.dmg from the link provided in this article,
please use Safari whenever clicking on links.
How to get old versions of macOS - Apple Support
Scroll down to Download OS and click on macOS Sierra,
this will download InstallOS.dmg to your Downloads folder.
Open InstallOS.dmg to the InstallOS.pkg, open the .pkg
and you will see an installation window, this will create the
Install macOS Sierra.app you need to create a bootable USB
in your Applications folder.
When Apple released this version of Sierra they made a mistake in the coding that
will show an error when making a bootable USB.
The error will say Volumes/MyVolume (or whatever name you call your USB stick)
is not a valid mount point. As far as I am aware Apple has not bothered to fix this in over a year.
Use this workaround.
With Install macOS Sierra.app in your Applications folder open Terminal.
Paste in this command
sudo plutil -replace CFBundleShortVersionString -string "12.6.03" /Applications/Install\ macOS\ Sierra.app/Contents/Info.plist
press return
enter your password
press return
now paste in the createinstallmedia command for Sierra where MyVolume can be replaced with the name of your USB stick
If your USB name has more than one word separated by spaces you would need to type it in as
/The\ USB\ Name
sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ macOS\ Sierra.app
press return
follow the prompts