Method: XcodeProject::RootNode#object!

Defined in:
lib/xcodeproject/root_node.rb

#object!(uuid) ⇒ Object

Raises:



61
62
63
64
65
# File 'lib/xcodeproject/root_node.rb', line 61

def object!(uuid)
  obj = object(uuid)
  raise ParseError, "Object with uuid = #{uuid} not found." if obj.nil?
  obj
end