앱 배포 문서화
로컬서버를 실서버로 바꾼다.
flutter build ios
1-1. 라이브러리 에러가 터지면 pods, podfile, podfile.lock을 rm -rf
1-2. pod init
1-3. pod install
1-4. 정 안되면 파일 복사
flutter build ios가 안되면 ios폴더에 xcode로 들어가서 에뮬레이터 실행
상단에 있는 Runner > Ani Device 선택
Runner.xcodeproj > Version(버전), Build(빌드횟수) 설정
메뉴바에서 Product > Archive 선택
Distribute App 하면 배포완료
ㅇㅅㅇ