Mac (2) 썸네일형 리스트형 Android<->Mac Bluetooth 연결하기 Mac 을 Server로 하고 Android를 Client로 하여 서로 데이터를 주고 받도록 하는 것이 1차 목표였다.둘의 통신은 BLE가 아닌 기본 Bluetooth 이다.Mac은 IOBluetooth를 사용하지 않고 Python LightBlue library를 사용하여 작성하였다.아래는 기본 테스트이므로 접속이 완료되면 데이터를 주고 받고 끝난다. Android Codepackage com.yhg.bluetoothclient; import android.annotation.TargetApi; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; import android.bluetooth.Bluetoo.. LSOpenURLsWithRole() failed with error -10810 Mac 에서 app 파일을 실행하는데 아무 반응이 없다.터미널을 열고 실행(open name.app) 해보니 오류 메세지가 나온다. "LSOpenURLsWithRole() failed with error -10810 for the file name.app." 이게 도대체 무슨 에러지.... 알수가 없네;해결 방법은 다음과 같습니다. 역시 구글신!!!!! chmod +x name.app/Contents/MacOS/name 이전 1 다음