diff --git a/Sources/RswiftCore/ResourceTypes/Xcodeproj.swift b/Sources/RswiftCore/ResourceTypes/Xcodeproj.swift index 0a85ec82..a31453a8 100644 --- a/Sources/RswiftCore/ResourceTypes/Xcodeproj.swift +++ b/Sources/RswiftCore/ResourceTypes/Xcodeproj.swift @@ -31,7 +31,7 @@ struct Xcodeproj: WhiteListedExtensionsResourceType { } } catch { - throw ResourceParsingError.parsingFailed("\(error.localizedDescription)\nProject file at '\(url)' could not be parsed, is this a valid Xcode project file ending in *.xcodeproj?") + throw ResourceParsingError.parsingFailed("Project file at '\(url)' could not be parsed, is this a valid Xcode project file ending in *.xcodeproj?\n\(error.localizedDescription)") } self.projectFile = projectFile