본문 바로가기
반응형

apple3

SocketException: Connection failed (OS Error: Operation not permitted, errno = 1) [flutter][macOS] SocketException: Connection failed (OS Error: Operation not permitted, errno = 1) [flutter][macOS] 에러 내용 애플 macOS에서 http통신 코드를 호출할 때, SocketException: Connection failed 에러가 나타날 때가 있다. 에러 사유를 디버깅해보면 OS Error: Operation not permitted 라고 표시된다. 이제 우리는 OS 에서의 권한적인 문제가 있나보구나 정도로 원인을 유추할 수 있다. 해결책 아래와 같이 앱 프로젝트 내에서 권한을 추가한다. 파일은 Runner/DebugProfile.entitlements 이다. 기존 코드는 server에 대해서만 true처리되어있을 수도 있는데.. 2023. 2. 7.
[Android Studio][Mac] 유용한 단축키 모음 [Android Studio][Mac] 유용한 단축키 모음 해당 게시글글은 애플 Mac OS에서 안드로이드 스튜디오를 사용할 때 유용하게 사용하는 단축키를 정리하는 글이다. 필요할 때마다 업데이트 예정이다. 위젯 감싸기 opt + Enter 파일 찾기(소스, 설정 등) shift 연속으로 2번 누르기 코드 자동 정렬 opt + cmd + L 2023. 1. 21.
[Apple OS X / iOS] Adding permission (info.plist, entitlements.plist) 권한 추가하기 [Apple OS X / iOS] Adding permission (info.plist, entitlements.plist) [Apple OS X / iOS] 권한 추가하기 (info.plist, entitlements.plist) info.plist란 실행 패키지에 관한 설정 정보를 포함한 파일이다. 시스템이 이 파일의 값을 보고 앱에 필요한 설정을 세팅한다. (info.plist is a file containing configuration information about executable packages. The system looks at the value of this file and sets the necessary settings for the app.) info.plist 예시 (info.. 2022. 9. 29.
반응형