iOS build issue - Error running pod install
2021. 8. 31. 15:14ㆍFlutter
Error running pod install
# issue
# solution
% cd ios
% pod install --repo-update
### if error occurs
% rm Podfile.lock
% pod install --repo-update
'Flutter' 카테고리의 다른 글
iOS build issue - Error launching application on iPhone (2) | 2021.08.31 |
---|---|
iOS build issue - 'Flutter/Flutter.h' file not found (0) | 2021.08.31 |
[Flutter] BLOC패턴 (1) | 2019.06.20 |
[Flutter] iOS: Command /bin/sh failed with exit code 255 (0) | 2019.05.15 |
[Flutter] MethodChannel (0) | 2019.05.15 |