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
- map
- 애니메이션
- UICollectionView
- HIG
- Human interface guide
- Xcode
- combine
- uiscrollview
- Refactoring
- RxCocoa
- 클린 코드
- uitableview
- Protocol
- MVVM
- SWIFT
- ribs
- tableView
- 스위프트
- 리펙토링
- clean architecture
- 리펙터링
- 리팩토링
- collectionview
- Observable
- swift documentation
- swiftUI
- ios
- UITextView
- rxswift
- Clean Code
Archives
- Today
- Total
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 전처리기, 전처리문(#if DEBUG), Active Compilation Conditions, OTHER_SWIFT_FLAGS 본문
iOS 기본 (swift)
[iOS - swift] 전처리기, 전처리문(#if DEBUG), Active Compilation Conditions, OTHER_SWIFT_FLAGS
jake-kim 2021. 3. 19. 23:35전처리기
- 전처리(preprocessing)기: 소스 파일을 컴파일하기 전에 행해야 할 일련의 작업을 의미
- xcode 디폴트는 `DEBUG`플래그가 존재
- Other Swift Flags: flag는 일반적으로 Active Comilation Conditions에서 설정하지만 기능은 같은 flag 설정
'iOS 기본 (swift)' 카테고리의 다른 글
[iOS - swift] 디폴트 storyboard 없이 구현 방법 (스토리보드 없이 코딩 방법) (0) | 2021.03.21 |
---|---|
[iOS - swift] LaunchScreen, splash 화면 설정 (+ black screen 에러, testlight에서 UIImageView가 안보이는 문제 해결방법) (0) | 2021.03.21 |
[iOS - swift] switch문 CaseIterable, allCases (0) | 2021.03.14 |
[iOS - swift] TimeZone 지역 값 (0) | 2021.03.08 |
[iOS - swift] KVO(Key-Value Observing) (0) | 2021.03.07 |
Comments