# podfile
총 3개의 포스트

SwiftLint 적용해보기
새 프로젝트에 SwiftLint를 적용해보았다한 프로젝트 내에서 코딩 컨벤션이 통일되지 않으면 보기 불편한 경우가 있는데..그때 SwiftLint를 사용하면 자동으로 관리해주니 편리할 것 같다marisol-MacBookPro desktop % cd ViewDrawing
2022년 6월 14일
·
0개의 댓글Automatically assigning platform `iOS` with version `9.0` on target `Runner` because no platform was specified.
ios의 flutter앱을 처음 실행할 때 만날 수 있는 에러
2021년 12월 27일
·
0개의 댓글[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 :
2020년 5월 19일
·
0개의 댓글