[flutter] macos(desktop)에서 http 패키지 사용시 에러 입니다
에러메세지
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: ClientException with SocketException: Connection failed (OS Error: Operation not permitted, errno = 1), address = api.openai.com, port = 443,
여기서의 행한 방법
아래의 파일에
macos/Runner/DebugProfile.entitlements
이하의 내용을 추가하여 주십시요。
<key>com.apple.security.network.client</key>
<true/>
그리고 여기의 경우 macos(desktop)에서 firebase 와의 연결시 에도 도움이 되었습니다。
コメント