[Swift] missing module map file: /FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.modulemap 에러 해결 방법!!
프로그래밍/iOS(Swift)2024. 4. 1. 16:53
반응형
firebase를 pod update 후 위와 같은 에러가 발생할 때가 있습니다
이럴때 아래와 같이 해주시면 제대로 실행 할 수 있습니다
pod cache clean --all
pod install
반응형