반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- error
- GetX
- sqflite
- 데스크테리어
- 내돈내산
- xcode
- database
- 카카오
- wrap
- AppleSilicon
- Git
- 춘식
- datetime
- listview
- AppBar
- ios
- Android
- visualstudiocode
- swift
- react
- M1
- VSCode
- Flutter
- 라이언
- GitHub
- 데스크셋업
- 간단리뷰
- TextField
- 플러터
- list
Archives
- Today
- Total
welcome to my blog
[Flutter] Failed to register observatory port with mDNS with error 본문
Flutter
[Flutter] Failed to register observatory port with mDNS with error
_annie_ 2021. 12. 27. 20:16728x90
Failed to register observatory port with mDNS with error
ios -> Runner -> Info.plist에
<key>NSBonjourServices</key>
<array>
<string>_dartobservatory._tcp</string>
</array>
추가해주면된다.
https://docs.flutter.dev/development/add-to-app/ios/project-setup#local-network-privacy-permissions
728x90
반응형
'Flutter' 카테고리의 다른 글
git 기존 설정된 아이디를 다른 아이디로 바꾸기 (0) | 2021.12.30 |
---|---|
[Flutter] Could not build the precompiled application for the device (0) | 2021.12.27 |
[Flutter] error: Try launching Xcode and selecting "Product > Run" to fix the problem (0) | 2021.12.27 |
[Flutter] androidstudio memory setting (0) | 2021.12.20 |
[Flutter] 단위/위젯테스트 코드 정리 (0) | 2021.12.17 |