Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- rxswift
- 리팩토링
- Human interface guide
- UITextView
- map
- swiftUI
- RxCocoa
- collectionview
- 리펙터링
- SWIFT
- swift documentation
- Observable
- tableView
- 스위프트
- Clean Code
- clean architecture
- Xcode
- 클린 코드
- uiscrollview
- uitableview
- Refactoring
- HIG
- 애니메이션
- Protocol
- UICollectionView
- 리펙토링
- MVVM
- combine
- ribs
- ios
Archives
- Today
- Total
목록Frameworks Libraries and Embedded Content (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] Linking Mach-O Type 옵션, Frameworks, Libraries, and Embedded Content 옵션 (Do Not Embed, Embed & Sign, Embed Without Signing, Dynamic Link, Static Link)
프레임워크 관련 중요 옵션 1) Mach-O Type 프레임워크를 제공하는 쪽에서 선택해줘야하는 옵션 2) Linking Mach-O Type / Frameworks, Libraries, and Embedded Content 프레임워크를 사용하는쪽에서 선택해줘야하는 옵션 1) Mach-O Type 옵션 프레임워크를 제공하는 쪽에서 선택해줘야하는 옵션 Target > Build Settings > Linking > Mach-O Type Xcode에서 Framework를 생성하면 자동으로 Executable로 지정 옵션 5가지 Executable - 메인 프로젝트인지 (프레임워크가 아닌 메인 실행 프로젝트) Dynamic Library - 동적 라이브러리 (런타임 중에 링크) Bundle - 단순 이미지와 ..
Git, CocoaPods, Xcode, Shell
2022. 6. 17. 21:43