분류 전체보기
-
xcode error - The image set has an unassigned child.IOS/IOS Error 2023. 2. 23. 15:01
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..
-
CCTV 용어집카테고리 없음 2023. 2. 16. 16:43
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): ..
-
[xcode error] The CFBundleVersion of an app extension ('1') must match that of its containing parent app ('1.5')카테고리 없음 2023. 2. 14. 11:15
버전 업데이트 ( 10 -> 11 ) 로 업데이트하면서..하하하... 10이였을때 경고가 3개였는데.. 11로 올리니까 157개에 경고가 떴닼ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ 그래서 하나씩 고쳐보고자 한다. 해당부분은 .. Build버전과 app setting 버전이 달라서 생기는 문제이당.! http://theeye.pe.kr/archives/2475 iOS CFBundleVersion와 CFBundleShortVersionString에 대한 이해 | 아이군의 블로그 CFBundleVersion와 CFBundleShortVersionString의 차이점 XCode에서 보면 위와 같이 버전 정보를 설정하는 부분을 볼 수 있습니다. 하나는 Version이고 다른 하나는 Build입니다. 이 버전 정보들을 Info.pli..
-
[error/iOS] The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.1.99.IOS/Objective-C 2023. 2. 13. 17:08
The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.1.99. 번역 : iOS 배포 대상 'IPHONEOS_DEPLOYMENT_TARGET'은 10.0으로 설정되어 있지만 지원되는 배포 대상 버전의 범위는 11.0~16.1.99입니다. ChatGPT This error message is indicating that the deployment target for your iOS app is set to 10.0, but the latest supported deployment target version is 1..
-
[ error ]Entitlements file "-------" was modified during the build, which is not supported. You can disable this error by setting 'CODE_SIGN_ALLOW_ENTITLEMENTS_MODIFICATION' to 'YES', however this may cause the built product's code signature or provisio..IOS 2023. 1. 12. 10:04
[ Xcode error ] Entitlements file "-------" was modified during the build, which is not supported. You can disable this error by setting 'CODE_SIGN_ALLOW_ENTITLEMENTS_MODIFICATION' to 'YES', however this may cause the built product's code signature or provisioning profile to contain incorrect entitlements. [ 해결방법 ] Product -> Clean Build Folder https://stackoverflow.com/questions/55456335/entitl..
-