아이폰 썸네일형 리스트형 cocoapods 설치 및 사용 출처 | http://bartysways.net/?p=190 iOS 플랫폼의 제품을 개발할 때 대부분의 개발자들은 Open 라이브러리를 사용할 것 입니다. 그런데 본인의 프로젝트에 적용하기 위해서는 라이브러리 파일을 자신의 폴더에 하드 복사를 해주든지, 소프트 복사를 해주어야 할 것입니다. 하지만 라이브러리가 업데이트가 되거나 하게되면 다시 다운로드를 받고 다시 복사를 해야하는 불편함이 있습니다.CocoaPods란 자바 프로그래밍의 ‘메이븐’과 같은 A Dependancy management tool 입니다. 한국어로 직역하면 ‘의존도 관리 도구’라고 할 수 있는데, CocoaPods를 통해 라이브러리를 다운로드 받고 관리를 할 수 있으니 개발 과정에 있어 용이함을 보여줍니다. 간단한 사용방법을 알아 보.. 더보기 [ERROR]The file “Pods.xcconfig” couldn’t be opened because there is no such file 출처| https://stackoverflow.com/questions/24569183/the-file-pods-xcconfig-couldn-t-be-opened-because-there-is-no-such-file --질문--How to solve this issue. I have downloaded the iOS project from the Git repo and when I try to build, it gives an error:Check dependencies The file “Pods.xcconfig” couldn’t be opened because there is no such file. (/Users/YoGesh/Desktop/Xy-3/Pods/Pods.xcconfig) PhaseScri.. 더보기 이전 1 다음