Open
Description
I encountered this error when attempting to run createinstalliso on a macOS 10.13.6 Installer app downloaded using https://github.com/ninxsoft/Mist.
After considerable time spent investigating the failure, it seems that the solution is to run xattr -cr
on the Installer .app bundle before running createinstalliso.
Perhaps this could be handled automatically by the script, or at least suggested in the error message?