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
- Swift
- Xcode
- arch -arm64 brew install
- 스드메
- objectiv-C
- 다이렉트웨딩
- 'openURL:' is deprecated: first deprecated in iOS 10.0
- duplicate symbols for architecture arm 64
- Swfit
- 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0
- The iOS deployment target
- 아루카
- 결혼준비
- 안양맛집
- objectiveC
- The image set has an unassigned child.
- 버전분기
- 'AudioSessionSetActive' is deprecated: first deprecated in iOS 7.0 - no longer supported
- git
- 설명
- 맛집
- 결혼박람회
- Cannot install under Rosetta 2 in ARM default prefix (/opt/homebrew)!
- FIRApp configure
- 아루카PT
- 안양PT후기
- ios
- 아루카후기
- 다이어트
- error
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);
}