You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xcode 11 fundamentally changes the .xcresult file format. FBSnapshotsViewer would need to be updated in order to detect and parse test results in Xcode 11.
I'm taking a look at this to see how complex this is to resolve. Unsure whether I can commit to resolving this.
I think it would be worth considering incorporating a dependency on XCResultKit to outsource parsing of these files, and thus hopefully outsource keeping up to date with future changes in .xcresult file format: https://github.com/davidahouse/XCResultKit
Xcode 11 fundamentally changes the .xcresult file format. FBSnapshotsViewer would need to be updated in order to detect and parse test results in Xcode 11.
I'm taking a look at this to see how complex this is to resolve. Unsure whether I can commit to resolving this.
Example discussion of this issue in the context of a Fastlane tool here:
fastlane-community/trainer#32
The text was updated successfully, but these errors were encountered: