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


'openURL:' is deprecated: first deprecated in iOS 10.0
10이후 사용하지 않는 func 이라는 뜻....ㅎㅎ

Fix로 변경 후 아래와 같이 변경하면 됨!

[UIApplication.sharedApplication openURL:url options:@{} completionHandler:nil];
참고 :
https://stackoverflow.com/questions/39548010/openurl-deprecated-in-ios-10
openURL: deprecated in iOS 10
Apple with iOS 10 has deprecated openURL: for openURL:option:completionHandler If I have: [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://www.google.com"]]; Ho...
stackoverflow.com
반응형