Dev/Flutter

Flutter - error

healthyryu 2022. 1. 19. 19:27
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 에서 내려받고 다시 넣어주었다.

반응형