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
In Xcode 15.1 in some cases there is a problem with merging Xcode .xcresult files using the xcrun xcresulttool merge command.
We get an error during command execution:
unexpected error at top-level: FetchError(errors: [ZSTD.ZSTDError.libraryError(errMsg: "Destination buffer is too small")])
This error is thrown by the Facebook library, which seems to be used in this command to compress files.
Please add the ability to transfer several xcode .xcresults to your xcresults parser.
The text was updated successfully, but these errors were encountered:
In Xcode 15.1 in some cases there is a problem with merging Xcode .xcresult files using the
xcrun xcresulttool merge
command.We get an error during command execution:
This error is thrown by the Facebook library, which seems to be used in this command to compress files.
Please add the ability to transfer several xcode .xcresults to your xcresults parser.
The text was updated successfully, but these errors were encountered: