일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- 리소스
- Constraint
- 데이터바인딩
- 코코아팟
- kotlin
- 프로젝트생성
- cocoapods
- gradle
- 스택관리
- xcworkspace
- Lottie
- lateInit
- 화면전환
- ImageView
- 앱빌드
- EditText
- InputTypes
- Android
- 프래그먼트
- SWIFT
- button
- ios
- API Level
- 액티비티
- 안드로이드
- LayoutEditor
- Drawable
- 코틀린
- DataBinding
- linearlayout
Archives
- Today
- Total
목록cocoapods (1)
코코아의 우당탕탕 개발일지

CocoaPods로 외부 라이브러리 설치 1. pod init $ pod init 터미널에서 위의 명령어를 치고 나면 Podfile이 생겨있을 것이다. 2. vi Podfile $ vi Podfile 3. pod ‘lottie-ios’ 입력 후 esc + :wq (알파벳 i를 입력해 편집모드로 바꾸기) 4. pod install - 에러 발생 $ pod install : 맥북 M1 환경에서 일어나는 에러라고 함 $ sudo arch -x86_64 gem install ffi $ arch -x86_64 pod install 아래의 두 명령어를 터미널에서 쳐줬다. * 참고: ios Swift CocoaPods 에러 - You may have encountered a bug in the Ruby interpr..
[iOS]
2023. 1. 2. 16:21