Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ADB and Xcode not detect connected devices, after update to Catalina mac os

I have updated my mac mini os to Catalina. After that Android Studio and Xcode not detect connected devices. "adb devices" command not showing any devices.

But, in Android Studio, it detects my device (on troubleshoot mode). But, it was saying, not recognized as Android device. Usb debugging is already enabled. Need help on this Catalina issue.

So far I tried:

  • Xcode command line tools installed.
  • Xcode updated.
  • Android Studio updated.
  • Android SDK updated.
  • Tried connecting with different cables.
like image 745
Sivadasan Sarmilan Avatar asked Oct 10 '19 18:10

Sivadasan Sarmilan


People also ask

Does MacOS Catalina support Xcode?

The latest version of Xcode you can run on Catalina (10.15. 4) is Xcode 12.4 and Command Line Tools 12.4.

How do I find ADB devices on my Mac?

To check if you have successfully installed ADB, connect your device to your PC/Mac with your USB cable, and run the adb devices command as described above. It should display your device listed in the Command Prompt/PowerShell/Terminal window. If you get a different output, we recommend starting over with the steps.

How do I find my iPhone using Xcode?

Open up a project in Xcode and click on the device near the Run ▶ button at the top left of your Xcode screen. Plug your iPhone into your computer. You can select your device from the top of the list.

Do all iphones have Xcode?

No, Xcode will only run on MacOS. It is an Apple IDE, so it is meant to only be used on devices with MacOS. Can you develop iOS apps on Windows? Yes, there are many cross-platform tools that allow you to develop apps for both iOS and Android on Windows.


1 Answers

I think the problem is from the OS, when I see the console log. I see an error

adb@(null): AppleUSBHostUserClient::start: missing entitlement com.apple.appledfr.client

waiting for a patch from apple

like image 65
hidayat Avatar answered Oct 07 '22 21:10

hidayat