Attempt to surface errors, ideally I want to be able to watch for the error code and have fastlane error if the error code != 0 or != 2 ( cb79d84).Welp that didn't fix it, exact same problem, revert! ( 2cef1f0).Attempt a rollback of create-dmg to solve build issues ( 17ea429).Its not an exact match for Light scenarios, but its the best I can do until Apple surfaces an API or Color to use when dealing with wallpaper effected MenuBar icon colours irregardless of the system theme. This fixes some of the colouring to account for Light/Dark mode and Light/Dark wallpapers by using the Color.primary colour.Set the output_name for prod builds too in the Fastfile ( 0f98fc6).