반응형
서버에 특별한 문제는 없는 것 같은데 다음과 같은 에러를 발견하였다면....
Unhandled Exception: SocketException: Connection failed (OS Error: Operation not permitted, errno = 1), address = api.devkids.co.kr, port = 443
macos/Runner/DebugProfile.entitlements <---- 요 파일에 아래 내용을 추가해주세요.
<key>com.apple.security.network.client</key>
<true/>
반응형
'Flutter 시작하기' 카테고리의 다른 글
flutter app 을 macos testFlight에서 테스트 할 때 스크롤 느림 (0) | 2022.07.05 |
---|---|
[Flutter] M1 run macos(desktop) cocoapod error (0) | 2022.06.06 |
Flutter , In iOS 14+ , debug mode Flutter apps can .. (0) | 2022.05.30 |
What’s New in Flutter 2 - AdMob (1) | 2021.03.05 |
플러터 앱 신규 생성 시 해야 할 것들(기존 ios 프로제트 복사) (0) | 2020.04.22 |