Unable to install /Users/hoon/AndroidStudioProjects/medication_manage/build/ios/iphonesimulator/Runner.app on 83A2E900-4206-4EFD-A263-0B5E1D56AF8A. This is sometimes caused by a malformed plist file:
ProcessException: Process exited abnormally:
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=22):
Failed to install the requested application
The bundle identifier of the application could not be determined.
Ensure that the application's Info.plist contains a value for CFBundleIdentifier.
Command: xcrun simctl install 83A2E900-4206-4EFD-A263-0B5E1D56AF8A /Users/hoon/AndroidStudioProjects/medication_manage/build/ios/iphonesimulator/Runner.app
Error launching application on iPhone 8.
나의 경우는 Firebase 설정을 위해서 GoogleService-Info.plist 설정이 잘못되서 생긴 케이스 같다. 아마도 아래와 같이 GoogleService-Info.plist 을 Runner 아래에 넣을때 Destination 에 Copy items if needed 가 체크되지 않아서 복사가 되지 않고 외부 파일을 참고하도록 설정이 된듯 하다. 아마도...
무튼, 그래서 지우소 다시 Firebase 에서 내려받고 다시 넣어주었다.
반응형
'Dev > Flutter' 카테고리의 다른 글
VSCode 로 개발할때, 빌드모드 변경하는 방법 (0) | 2022.03.23 |
---|---|
Flutter - Error: CocoaPods's specs repository is too out-of-date to satisfy dependencies. (0) | 2022.02.08 |
Flutter - TextField (0) | 2022.01.19 |
Flutter - iOS 앱 업로드 for TestFlight (0) | 2022.01.12 |
Flutter - Json 데이터 사용하는 방법 (0) | 2022.01.11 |