-
Signing iOS app for device deployment using developer identity: "Apple Development: Hwi kang (35KTN6X7R2)" Running pod install... 35.2s Xcode build done. 54.3s Failed to build iOS app Error output from Xcode build: ↳ ** BUILD FAILED ** Xcode's output: ↳ In file included from /Users/hwikang/8daysplus/dev_plus_flutter/mobile/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.m:19: /Users/hwikang/8daysplus/dev_plus_flutter/mobile/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsLogger.h:19:9: fatal error: 'FirebaseCore/FIRLogger.h' file not found #import <FirebaseCore/FIRLogger.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. note: Using new build system note: Building targets in parallel note: Planning build note: Constructing build description
Flutter 프로젝트/ ios 폴더에 가서
Runner.xcworkspace
Podfile.lock 파일을 삭제한후
pod install 하여 다시 파일을 생성해준뒤 flutter run 으로 빌드하니 에러가 해결되었다.
'개발 > flutter' 카테고리의 다른 글
Flutter Webview Intent 처리 ERR_UNKNOWN_URL_SCHEME (9) 2020.08.13 Flutter Webview 흰 화면만 뜨는에러 (0) 2020.08.13 Flutter 빌드시 Installing build\app\outputs\apk\app.apk 에서 하얀화면과 함께 멈출때 (0) 2020.05.25 flutter memory 사용량 확인하기(vscode) (0) 2020.04.29 flutter cache image 용량 관리 (1) 2020.04.29