관리 메뉴

지나가는 이야기

[Flutter] Module 'url_launcher_ios' not found 오류 / 모듈 오류 본문

Development : 개발/Flutter : 플러터

[Flutter] Module 'url_launcher_ios' not found 오류 / 모듈 오류

지나가는 이야기 2022. 12. 26. 12:27
728x90
반응형

 

 

Module 'url_launcher_ios' not found

플러터를 이용하여 ios 빌드를 할 때 위 오류 또는 Module 오류가 있는 것을 볼 수 있다. 해당 오류를 해결하기 위해서는 아래 명령어를 입력하면 된다.

 

 

오류 해결법

cd ios/
pod update
pod repo update
pod install

 

위 명령어를 입력하면 다시 정상적으로 작동되는 것을 확인할 수 있다.

 

 

 

728x90
반응형
Comments