플러터 앱 빌드 오류
= iOS 16.4 버전, Xcode 14.2, DeviceSupport 를 16.4 추가
https://www.clien.net/service/board/cm_app/18025131
device support 16.4 추가
open /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 여기에 16.4 폴더 추가
https://github.com/JinjunHan/iOSDeviceSupport
debug 모드가 아니라 release 모드로 배포
https://devkids.tistory.com/entry/Flutter-In-iOS-14-debug-mode-Flutter-apps-can
빌드, 연결에 내 아이폰을 눌러주고
삼각형 눌러주고 설정/개인정보보보호/개발자모드 켜주고 아이폰 재실행
다시 삼각형 눌러주면 설치 완료!
아래 화면과 같이 ios에러 나는 경우
https://code-boki.tistory.com/110
2023 플러터 앱 핸드폰에 설치해서 실행해보기(iOS)
아이폰은 안드로이드보다 많이 복잡하다..ㅎ 1. 아이폰 직접 연결 우선 아이폰을 컴퓨터에 직접 연결한다 이 표시가 뜨면 신뢰를 누른다 그럼 맥북의 Finder→위치에 본인의 아이폰이 보일 것이다
code-boki.tistory.com
논외
플러터 재사용가능한 카드뷰 위젯
글쓰기, 수정을 UI를 재활용하고싶음
https://jaceshim.github.io/2019/01/29/flutter-study-reusable-custom-card-widget/
Reusable Custom Card Widget(재사용 가능한 사용자 정의 Card 위젯)
본 문서는 Fluter Example의 내용을 원저작자의 동의하에 번역한것 입니다. 원 저작자 Eric Windmill에게 감사를 전합니다. 이해하는데 불필요한 문장은 과감하게 버렸습니다. 오 번역에 대해서 의견 주
jaceshim.github.io
'Flutter > 개발' 카테고리의 다른 글
[플러터] 메모 앱 개발하기 TextField 위젯 (0) | 2023.05.03 |
---|---|
[플러터/화면전환] The context used to push or pop routes from the Navigator must be that of a widget that is a descendant of a Navigator widget. (0) | 2023.05.02 |
[Flutter] 폴더 구조 (0) | 2023.04.23 |
플러터 로그인 기능 구현 블로그 (0) | 2023.04.13 |
Flutter 위젯 (0) | 2023.04.09 |