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
- HIG
- Protocol
- combine
- map
- Xcode
- MVVM
- ios
- tableView
- Human interface guide
- UICollectionView
- uitableview
- Clean Code
- SWIFT
- swiftUI
- RxCocoa
- 리펙터링
- swift documentation
- 애니메이션
- UITextView
- 스위프트
- rxswift
- collectionview
- uiscrollview
- Observable
- ribs
- 리팩토링
- 클린 코드
- clean architecture
- 리펙토링
- Refactoring
Archives
- Today
- Total
목록explicit modules (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 4. WWDC2024 정리 - (2) What's new in Xcode 16 (Xcode16 신기능, Explicit Modules, DWARF5, Thread performance checker, Swift Testing)
Explicit Modules단 한줄의 코드도 변경하지 않고 빌드 향상이 가능더 빠른 디버깅 제공C와 Objective-C의 경우에는 Explicit Modules 기능이 디폴트로 on 되어있고, Swift는 build setting에서 설정 필요Explicit Modules 컴파일 단계explicit built modules를 yes로하면 각 컴파일 단위의 처리를 3단계로 처리ScanBuild ModulesBuild SourceScan단계와 Build Modules 단계는 빌드 로그에서 표시된 것을 확인 가능"Scan Dependency", "Compile Clang module", "Compile Swift module" 커멘드로 표출이전에는 원래 이 단계들이 소스 파일 컴파일의 일부로, 암시적으로 ..
WWDC 정리/WWDC 2024 정리
2024. 6. 21. 01:19