* 참고 사이트
https://code-boki.tistory.com/110
* 아이폰 설정 - 개인정보 보호 및 보안 - 개발자 도구가 안 보일때
- 참고 사이트 : https://velog.io/@bbahna/ios-developer-mode
* Android Studio에서 빌드할 때 발생하는 오류 ( failed registering bundle identifier the app identifier "com.example.helloworld" cannot be registered to your development team because it is not available. change your bundle identifier to a unique string to try again. )
- 참고 사이트 : https://m.blog.naver.com/chandong83/221928630692
-> 2번 참고
*해결 방법
1. X-code의 Runner의 Signing & Capabilities 의 Bundle identifier 를 수정해야한다. ( 사진의 파란 네모부분 )
2. Android Studio 에서 command + shift + R을 눌러 기존의 com.example.helloWorld 를 변경한다.
* 플러터 iOS 앱 실행시 iproxy 관련 경고가 뜨며 앱이 실행되지 않는다. ( if you do not see the flutter application running, it might have crashed. the device logs (e.g. from adb or xcode) might have more details. if you do see the flutter application running on the device, try re-running with --host-vmservice-port to use a specific port known to be available. )
- 참고 사이트 : https://www.androidhuman.com/2021-07-14-flutter_ios_iproxy
'Flutter' 카테고리의 다른 글
[Flutter] Unable to boot the Simulator. (0) | 2024.05.03 |
---|---|
[Flutter] CocoaPods not installed. (0) | 2024.04.25 |