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

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