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