-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix compile error on big sur #672
Conversation
/idb/idb_companion/Server/FBIDBServiceHandler.mm:100:14: error: no matching member function for call to 'set_data' payload->set_data(buffer, size); ~~~~~~~~~^~~~~~~~
Fix compile error on big sur
@djs66256 Could you tell me how can I implement your Pull Request ASAP?
but it doesn't seems to work |
@khanhduy62 Clone and checkout my repo. Then build yourself.
|
@djs66256 thank you, let me check it |
@c-ryan747 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
@c-ryan747 merged this pull request in 24e4584. |
@djs66256 I've got the following error after re-installing. Could you help me again? Please :'(
|
@djs66256 thanks for the fix, looks like something changed in the way a recent grpc version handles bytes |
@khanhduy62 Don't uninstall and remove the original files. Just replace |
Motivation
Fix compile error mentioned at #671.