전체 글(53)
-
AVPlayer Layer Custom 개발 기 2023.01.02
-
Follow / Like / Comment Change Notification to List 2023.01.02
-
AVPlayer - Portrait Only App Full Screen Mode 2023.01.02
-
XCode Run 시뮬레이터는 되는데 Device에서 안 되는 이슈
증상: Simulator는 되는데 Device에서 안 됨 원인: Pod_framework를 Embed and Sign으로 변경해서이다. Code signing 문제 해결 방법: Target - General - Frameworks, Libraries, and Embeded Content에서 Embed 옵션을 Do Not Embed로 변경 https://stackoverflow.com/questions/68467306/the-code-signature-version-is-no-longer-supported The code signature version is no longer supported An app signed with a codesign version provided on an older macO..
2022.11.07 -
PhotoLibrary Video: Unable to issue sandbox extension error code -1
증상: SandBox/Document/.mp4 저장 후, PHAsset.performChange()로 파일 저장 실패 [PhotoKit] PHExternalAssetResource: Unable to issue sandbox extension for /file:/var/mobile/Containers/Data/Application/CA01D074-1E48-4096-B003-90B780BC2040/Documents/Videos/proting20221018173502.mp4 errorcode -1 원인: 해결 방법: 흠.. // 에러 path "file:///var/mobile/Containers/Data/Application/6C2115B9-9664-4842-AEFE-C603E897DE6E/Document..
2022.10.18 -
FileApp - 접근 에러
증상: 특정 기기에서 파일 매니저를 통해 저장한 파일이 File App에서 안 보임 원인: 앱 설정 문서 저장 공간의 디폴트 값이 iCloude로 되어있었고, iCloud 인증이 되어있지 않아 열리지 않았었음 해결 방법: 앱 설정에서 문서 저장 공간 나의 iPhone으로 변경 후 정상적으로 FIleApp에서 접근 가능
2022.10.18