wsvn53 / adb-mobile

Android Debug Bridge (adb) ported version for mobile apps, the goal of this project is supporting both iOS App and Android App to connect to Android devices in developer mode (TCP/IP Mode) and execute supported ADB commands by integrating the libraries generated by this project.
59 stars 10 forks source link

Please. Update for Xcode 14. #2

Closed mirroringcontact closed 1 year ago

mirroringcontact commented 1 year ago

Thank you. If you want I can pay

cagnulein commented 1 year ago

@mirroringcontact i'm going to do the same, I will let you know

wsvn53 commented 1 year ago

This is caused by mismatched protobuf version, please update the latest code of adb-mobile and execute:

brew unlink protobuf && brew install porting/protobuf.rb

This command will install correct version of protobuf, after that, you can execute make again to re-compile libadb.