Flutter: Module 'path_provider_foundation' not found개발/Flutter2024. 9. 3. 13:03
Table of Contents
Flutter로 iOS 빌드 중 아래의 오류가 발생하였다.
Module 'path_provider_foundation' not found
이에 구글링을 해보니 다음과 같은 글을 확인할 수 있었다.
https://stackoverflow.com/a/75476084
위의 답변들을 종합해보았을 때, 이전에 다른 사유 때문에 pod init을 수동으로 호출했던 것이 문제로 보인다.
ios 폴더 내 Podfile과 Podfile.lock을 삭제 후 flutter buuld ios를 진행했을 때는 해결이 되지 않았으나.
flutter clean 및 추가적인 삭제 후 pub get을 진행하니 해결되었다.
flutter clean
rm -Rf ios/Pods
rm -Rf ios/.symlinks
rm -Rf ios/Flutter/Flutter.framework
rm -Rf ios/Flutter/Flutter.podspec
flutter pub get
'개발 > Flutter' 카테고리의 다른 글
Xcode 15 Flutter - iOS 빌드 오류 해결 (0) | 2023.10.29 |
---|---|
Flutter에 Unity를 더하다? with AR Foundation (0) | 2023.09.27 |
@귀염둥이 팡무 :: HolyKisa
상상하는 것을 소프트웨어로 구현하는 것을 좋아하는 청년
게시글이 마음에 드시나요? [ 공감❤️ ] 눌러주시면 큰 힘이 됩니다!