pod

개발/Flutter

[Error] CocoaPods could not find compatible versions for pod

문제점 ios에서 다른 패키지와 버전이 맞지 않아 발생 해결방법 pod update # not m1 mac arch -x86_64 pod update # for m1 mac pod install 참고 CocoaPods could not find compatible versions for pod "Firebase/CoreOnly" I've update my flutter package to the last versions and now IOS doesn't work anymore. When I try to update the pods it's shows this error: [!] CocoaPods could not find compatible versions for... stackoverflow.com

leebera_
'pod' 태그의 글 목록