MobileNativeFoundation / XCLogParser

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

Custom DerivedData path in Xcode 12.5 #145

Open Parabak opened 3 years ago

Parabak commented 3 years ago

Hey guys,

whenever we run clean xcodebuild with custom -derivedDataPath logs look different compare to Xcode output. The main diff is that logs are missing Build target TargetName. It's just a list of compiled files.

Prior iOS 12.5 it worked OK 🤷‍♂️ Do you know smth about it? Maybe there is a some workaround

I've attached the output json+log+xcresult.zip

PatrikBillgren commented 1 year ago

Hi @Parabak ! Are you still experiencing this issue with current Xcode version?