[Xcode/CocoaPods] Library not found for - IFirebaseCore

Error: Library not found for - IFirebaseCore

Library not found for - IFirebaseCore

로그

Library not found for - IFirebaseCore

image_01

발생 원인

  • 개발자분이 넘겨주신 소스를 그대로 받아서 실행시켰는데, IFirebaseCore를 찾지 못해서 발생
  • 해당 Library가 설치된 경로 및 캐시 문제로 인해 발생

해결 방법

  • 프로젝트 폴더에 있는 Pods 폴더.xcworkspace 파일, Podfile.lock 파일을 삭제
  • Pod install 을 다시 진행
    # 사용한 Podfile
    target 'xxx' do
      use_modular_headers!
    
      ...
    
      # Pods for xxx
      pod 'Firebase/Core'
      pod 'Firebase/Messaging'
    
      ...
    
    end
    
  • 새로 생긴 .xcworkspace 파일로 프로젝트를 열고, 실행시키면 해결

이 글의 저작권은 Attribution-NonCommercial 4.0 International 라이센스를 따릅니다. Attribution-NonCommercial 4.0 International