Method: Jazzy::Config#validate_module

Defined in:
lib/jazzy/config.rb

#validate_moduleObject



663
664
665
666
667
668
669
670
# File 'lib/jazzy/config.rb', line 663

def validate_module
  if objc_mode &&
     build_tool_arguments_configured &&
     (framework_root_configured || umbrella_header_configured)
    warning 'Option `build_tool_arguments` is set: values passed to ' \
      '`framework_root` or `umbrella_header` may be ignored.'
  end
end