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

진짜... 이렇게 길어진다고...????
실화야..?

챗봇에 한번 물어보자........씨부레..

AVAudioSession *audioSession = [AVAudioSession sharedInstance];
NSError *error;
BOOL success = [audioSession setActive:YES error:&error];
if (!success) {
NSLog(@"Error activating audio session: %@", error.localizedDescription);
}

반응형