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
- 영어읽어라
- 설명
- Deploument Info
- error
- FIRApp configure
- Unable to install
- iOS개발
- objectiveC
- ios
- Xcode
- 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0
- 'AudioSessionSetActive' is deprecated: first deprecated in iOS 7.0 - no longer supported
- The image set has an unassigned child.
- 의존성
- 버전분기
- duplicate symbols for architecture arm 64
- 'openURL:' is deprecated: first deprecated in iOS 10.0
- Cannot install under Rosetta 2 in ARM default prefix (/opt/homebrew)!
- objectiv-C
- HomeBrew #MAC
- The iOS deployment target
- Swift
- arch -arm64 brew install
- swift하고싶다
- 코드설게
- swift하고싶다.
- Project File List
- 프로젝트기본설명
- git
- Swfit
Archives
- Today
- Total
목록deprecated (1)
행복한 세상의 니노

회사 소스가 오래되서 그런지.. 많은 deprecated 가 있다. 이 구문은! 사용안됨의 뜻이 아니라 지원하지않음 이라고 읽어야한다. 얘기하면 deprecated 되면 더이상 애플에서 동작하는걸 보장하지 않기 때문에 언제 안되도 이상하지 않은 상태이다. 버전 분기를 해서 버전에 맞는 구문을 써야한다. if (@available(iOS 8.0, *)) { // } else { // Fallback on earlier versions }
IOS/iOS 스터디
2022. 9. 6. 14:31