ios,swift
[iOS]Firebase/Messaging pod install ut they required a higher minimum deployment target 이슈해결방법
thdeodls85
2023. 5. 19. 11:06
[iOS]Firebase/Messaging pod install ut they required a higher minimum deployment target 이슈해결방법
build setting -> Deployment target -> 10이상 맞춰줘야 된다고 해서 해줬는데도 안되다..
그러면 pod안에 보면
platform :ios, '10.0'
여기까지 10으로 맞춰줘야 가능하다.
[참조] https://velog.io/@dody_/RN-에러노트-pod-install-오류-CocoaPods-could-not-find-compatible-versions-for-pod-
[RN 에러노트🔥] pod install 오류 (CocoaPods could not find compatible versions for pod ...)
pod install을 하면, 아래와 같은 오류가 자주 보이기 시작했다.CocoaPods could not find compatible versions for pod 오류인데의존성과 관련된 오류 같다.각 모듈 별로 상황에 맞는 오류 해결법을 찾기 시작했다
velog.io