# podfile
[!] An error occurred while processing the post-install hook of the Podfile.
또 pod에러가 발생, velog의 첫 글과 두번째 글이 모두 pod관련 에러 해결글이다...ㅎ당시 Alamofire을 급하게 이용해야 해서 Alamofire을 급히 깔아야 했는데, 제목과 같은 에러가 뜨면서 빨간색 글씨로 매우 긴 오류가 떠버렸다.당황하면서도 침착하게

[React Native] 빌드 시 PhaseScriptExecution / nvm 에러 해결
리액트 네이티브 앱 최초 세팅 시 정상적으로 빌드가 잘 되는지 확인하기 위해 yarn ios로 시뮬레이터 실행을 해보는데 오류가 발생했다오류메세지가 매우 길고 복잡한데, 대략적으로 살펴보자면위와 같은 메세지들을 확인할 수 있었다PhaseScriptExecution 키워

[iOS] GeneratedPluginRegistrant.m Module not found 오류
참고 : https://github.com/flutter/flutter/issues/53573우선 Podfile에서 platform :ios, '9.0' 코드가 활성화되어 있고, 버전이 9.0이 아닌 다른 버전인지 확인합니다. 다른 버전이라면, 아래 두번째 이

[iOS] '..., but they required a higher minimum deployment target’ 오류
참고 : https://stackoverflow.com/questions/38602469/higher-minimum-deployment-target-error-when-installing-firebase-crash-reports해결책 : Podfile에서 pl

[Flutter] M1에서 Podfile Firebase 오류
이런 에러가 생겼다.Flutter 설치할 때 ffi를 깔았었는데 OS 업데이트하면서 날라갔는지는 모르겠지만 다시 깔아보니 해결 되었다.이제 잘 되네요:-)결과

SwiftLint 적용해보기
새 프로젝트에 SwiftLint를 적용해보았다한 프로젝트 내에서 코딩 컨벤션이 통일되지 않으면 보기 불편한 경우가 있는데..그때 SwiftLint를 사용하면 자동으로 관리해주니 편리할 것 같다marisol-MacBookPro desktop % cd ViewDrawing
Automatically assigning platform `iOS` with version `9.0` on target `Runner` because no platform was specified.
ios의 flutter앱을 처음 실행할 때 만날 수 있는 에러
[Flutter]CocoaPods could not find compatible versions for pod
해결 : https://stackoverflow.com/questions/55596988/flutter-facebook-login-cocoapods-dependency-errorPodfile 에서 paltform : ios, '9.0' 을 platform :