idb icon indicating copy to clipboard operation
idb copied to clipboard

Upgrade grpc-swift to 1.23.0 to fix compilation failure issue

Open flyqie opened this issue 9 months ago • 0 comments

Motivation

Referring to the following issue, the new version of xcode seems to be unable to support the compilation of the old version of grpc-swift.

This PR fixes this problem so that idb can be compiled and used normally.

https://github.com/facebook/idb/issues/860#issuecomment-2098427760 https://github.com/facebook/idb/issues/860#issuecomment-2099714573

Test Plan

Run tests related to grpc-swift and idb.

Related PRs

Unnecessary.

flyqie avatar May 09 '24 09:05 flyqie