CocoaPods

개발/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

개발/Flutter

Error running pod install

문제점 내가 발생한 문제는 두가지이다. 문제 1 firebase플러그인에 대한 내용이 포함된 에러 및 버전을 자동으로 9.0으로 맞춘다는 메시지 출력 [!] Automatically assigning platform iOS with version 9.0 on target Runner because no platform was specified. Please specify a platform for this target in your Podfile. 원인 : firebase를 사용하기위한 ios minimum버전을 맞추지않아 발생 문제 2 LoadError -dlopen~~~ 에러 발생 원인 : Apple Silicon(M1)에 맞지않는 cocoapods 문제로 인해 발생 이외에 다른 패키지의 버전이 맞지..

leebera_
'CocoaPods' 태그의 글 목록