| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- iOS개발
- objectiveC
- 'AudioSessionSetActive' is deprecated: first deprecated in iOS 7.0 - no longer supported
- The image set has an unassigned child.
- 'openURL:' is deprecated: first deprecated in iOS 10.0
- ios
- Swfit
- 의존성
- Xcode
- 프로젝트기본설명
- objectiv-C
- HomeBrew #MAC
- Project File List
- git
- swift하고싶다.
- 코드설게
- 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0
- arch -arm64 brew install
- FIRApp configure
- Deploument Info
- The iOS deployment target
- 영어읽어라
- 설명
- Unable to install
- 버전분기
- Cannot install under Rosetta 2 in ARM default prefix (/opt/homebrew)!
- duplicate symbols for architecture arm 64
- error
- Swift
- swift하고싶다
- Today
- Total
목록전체 글 (70)
행복한 세상의 니노
Xcode에서 메모리 누수 찾기 위치 : instruments -> Leacks 메모리 누수 확인을 할 수 있는 툴임 Profile(cmd + I) -> instruments실행 -> Leacks 클릭
git reset --hard
Error: Cannot install under Rosetta 2 in ARM default prefix (/opt/homebrew)! 가 떳다면 ( 밑에 어떻게 하라고 나옴 ) 터미널에 arch -arm64 brew install tcping 복붙 하면 다운로드를 하는데 다운로드 완료하면 [test] tcping -t 1 www.daum.net 80 찾아보면 인텔에서 하는방법과 M1사용방법이 다르다!
'AudioSessionSetActive' is deprecated: first deprecated in iOS 7.0 - no longer supported 다 뿌신다 진짜!!! 진짜... 이렇게 길어진다고...???? 실화야..? https://stackoverflow.com/questions/21682502/audiosessionsetproperty-deprecated-in-ios-7-0-so-how-set-kaudiosessionproperty-o 챗봇에 한번 물어보자........씨부레.. AVAudioSession *audioSession = [AVAudioSession sharedInstance]; NSError *error; BOOL success = [audioSession setActi..
'sizeWithFont:' is deprecated: first deprecated in iOS 7.0 사용하지 않는대!!!! 아놔.. const CGSize titleSize = [menuItem.title sizeWithFont:titleFont]; 바꿔보자. 이걸로 바뀌었군.. CGRect rawRect = {}; rawRect.size = [menuItem.title sizeWithAttributes: @{ NSFontAttributeName: [UIFont systemFontOfSize:titleFont.pointSize], }]; const CGSize titleSize = CGRectIntegral(rawRect).size; 참고: https://stackoverflow.com/questi..
'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 dep..
The image set "btn_backward" has an unassigned child. https://stackoverflow.com/questions/38726545/image-set-has-an-unassigned-child image set has an unassigned child I've been working on an app in Xcode for a few months now. I came back to work on it after not having looked at it for a while and suddenly, I had 174 issues. All of my images on the storyboard were stackoverflow.com Btn_sound_on.p..
https://m.blog.naver.com/PostView.naver?blogId=idismancs&logNo=221289365569&navType=by 피쉬아이 (Fish Eye) 180°의 화각을 가지는 렌즈로, 물고기 눈처럼 보여 피쉬아이(Fish Eye) 렌즈라고 부르기도 합니다. ... blog.naver.com CCTV는 "Closed Circuit Television"의 약어로, 비디오 카메라와 모니터 등을 사용하여 화면을 감시하고 기록하는 시스템입니다. 아래는 CCTV 용어집입니다. 카메라 (Camera): 영상을 촬영하는 장치 DVR (Digital Video Recorder): 카메라에서 전송된 영상을 디지털 형태로 기록하는 장치 NVR (Network Video Recorder): ..