강의

멘토링

커뮤니티

Inflearn Community Q&A

bubblecocoa9680's profile image
bubblecocoa9680

asked

Coding Netflix UI Clone with Flutter + Firebase [Just Flutter]

Create a profile screen

url_launcher 의존성 추가시 빌드 불가 에러

Written on

·

327

1

url_launcher 의존성 추가 후 iOS 빌드 실패와 함께 해결책으로 

arch -x86_64 sudo gem install ffi

위 명령어를 실행하라는 문구 출력

위 명령어 실행 했으나 여전히 같은 에러 발생
gem으로 설치된 cocoapod을 지우고 brew로 cocoapod 설치하여 해결

참고

https://stackoverflow.com/questions/64901180/how-to-run-cocoapods-on-apple-silicon-m1

firebaseFlutter클론코딩

Answer

This question is waiting for answers
Be the first to answer!
bubblecocoa9680's profile image
bubblecocoa9680

asked

Ask a question