MobileNativeFoundation / XCLogParser

Tool to parse Xcode and xcodebuild logs stored in the xcactivitylog format
Apache License 2.0
1.73k stars 120 forks source link

Fixes swift debug parsing for projects with spaces in file paths #102

Closed birwin93 closed 4 years ago

birwin93 commented 4 years ago

There's a bug right now where file paths in BuildSteps are escaped, while file paths in IDEActivityLogSection are not. This PR updates SwiftCompilerParser to unescape filePaths before checking to see that file has swift functions and type checks