Exception: XcodeParser::CouldNotFindResolvedFile

Inherits:
SpmVersionUpdates::FileNotFoundError show all
Defined in:
lib/spm_version_updates/xcode_parser.rb

Overview

Raised when an Xcode project does not have a Package.resolved file.

Instance Method Summary collapse

Constructor Details

#initialize(message = "Could not find a Package.resolved file for the Xcode project") ⇒ CouldNotFindResolvedFile

Returns a new instance of CouldNotFindResolvedFile.



74
75
76
# File 'lib/spm_version_updates/xcode_parser.rb', line 74

def initialize(message = "Could not find a Package.resolved file for the Xcode project")
  super
end