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
- git
- 아루카후기
- error
- Cannot install under Rosetta 2 in ARM default prefix (/opt/homebrew)!
- 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0
- objectiv-C
- 아루카PT
- 아루카
- 다이어트
- 설명
- ios
- 안양맛집
- 'AudioSessionSetActive' is deprecated: first deprecated in iOS 7.0 - no longer supported
- arch -arm64 brew install
- 결혼박람회
- Xcode
- 안양PT후기
- 맛집
- The image set has an unassigned child.
- duplicate symbols for architecture arm 64
- 스드메
- The iOS deployment target
- 'openURL:' is deprecated: first deprecated in iOS 10.0
- 버전분기
- FIRApp configure
- objectiveC
- 결혼준비
- Swift
- 다이렉트웨딩
- Swfit
Archives
- Today
- Total
목록전체 글 (73)
행복한 세상의 니노
투이스트 써보기 TBA?
카테고리 없음
2025. 5. 21. 00:20
솔리드의 원칙이란?
카테고리 없음
2025. 5. 21. 00:19

다이어트를 해보려고 한다 목표는 일단 -5키로 자 달성해보자!자기관리도 실력이다!현재 목표 65kg목표까지 -5키로 남음
ToDay
2025. 5. 19. 03:20
2023회고
고생했다
카테고리 없음
2023. 12. 31. 23:59

누수란? 메모리가 해제되지않는것도 누수라고한다. 똑같은 시간을 비교해봣을때 메모리 증가가 여기는 1.6GiB 여기는 1.55GIB 조끔은 나아졋음을 확인했다. 이 부분의 문제점은 + (NSData *)AES256DecryptWithKey:(uint8_t *)key iv:(uint8_t *)iv data:(uint8_t *)data dataSize:(int)size { size_t bufferSize = size + kCCBlockSizeAES128; void *buffer = malloc(bufferSize); size_t decryptedSize = 0; CCCryptorStatus cryptStatus = CCCrypt(kCCDecrypt, kCCAlgorithmAES, // kCCOptionPKCS..
카테고리 없음
2023. 7. 13. 11:15

Xcode에서 메모리 누수 찾기 위치 : instruments -> Leacks 메모리 누수 확인을 할 수 있는 툴임 Profile(cmd + I) -> instruments실행 -> Leacks 클릭
카테고리 없음
2023. 7. 13. 11:02
[git #1] 수정 이전으로 내용 되돌리기 ( 최근 커밋환경으로 되돌리기 )
git reset --hard
카테고리 없음
2023. 7. 13. 10:54