One UI를 업데이트 이후 Chrome inspect 에 USB 연결 된 Device가 보이지 않는 현상이 발생
USB Debugging 허용을 해도 연결이 되지 않음
Pending authentication: please accept debugging session on the device.

💡 Device 연결 해제 상태로 진행
# Mac OS Terminal
% cd ~
% rm -rf ./android/* # or "rm -f ./android/adbkey ./android/adbkey.pub"
# Mac OS Terminal
% cd ~/Downloads/platform-tools
% ./adb kill-server
% ./adb devices