본문 바로가기

개발/Xcode16

entitlement 위치 변경 https://stackoverflow.com/questions/43086070/how-to-set-different-entitlements-file-for-different-targets 2020. 1. 10.
Library not loaded: /System/Library/Frameworks/SwiftUI.framework/SwiftUI 에러 SwiftUI를 사용해서 preview 기능을 사용하고 있는데, iOS 11.4.1 디바이스에서 빌드를 하다가 에러를 마주했다. Library not loaded: /System/Library/Frameworks/SwiftUI.framework/SwiftUI SwiftUI 프레임워크를 찾을 수 없다는 내용같아서 바로 구글링 고고 하니 프레임워크를 넣어주어야 한다고 한다. 최신 xcode와 조금은 다르지만 캡쳐는 귀찮으니 스택오버플로우에 있는 이미지를 가져온다. 1. Target -> General -> Embedded Binaries에 SwiftUI.framework를 찾아 넣는다. 2. Target -> BuildPhases -> Link Binary With Libraries에서 SwiftUI.fra.. 2019. 11. 15.
Uncaught exception: Could not instantiate class named _UITextLayoutView because no class named _UITextLayoutView was found 야.. 애플.. 니네 일 이렇게 할래..? 오전중에 xcode를 11.1에서 11.2로 업데이트 했다. 그리고 갑자기 UITextView가 있는 뷰컨을 로드 하려고 하는데 아래와 같은 로그를 뿜으며 앱이 죽었다. 2019-11-05 14:25:44.377595+0900 [2828:587484] WARNING: GoogleAnalytics 3.13 void GAIUncaughtExceptionHandler(NSException *) (GAIUncaughtExceptionHandler.m:48): Uncaught exception: Could not instantiate class named _UITextLayoutView because no class named _UITextLayoutView was fo.. 2019. 11. 5.
.p12 인증서 정보 확인하는 법 푸시 인증서 정보를 확인하기위해 .p12 파일을 입수합니다. 그리고 아래와 같이 합니다. 인증서를 pem파일로 변경 그리고 해당 .pem파일의 정보를 까봅니다. openssl pkcs12 -in dev_apple.p12 -out certificate2.pem -nodes cat certificate2.pem | openssl x509 -noout -text 2018. 1. 12.
Xcode 8.2.1 crashes on opening project with array index out of bounds 하..갑자기 xcode가 8.2.1로 업데이트가 되면서 프로젝트가 열리자마자 닫히는 현상이 발생했다.. 당황해서 google에게 물어보니 http://apple.stackexchange.com/questions/265637/xcode-8-2-1-crashes-on-opening-project-with-array-index-out-of-bounds 누군가도 이렇게 오류가 났다고 한다.. 저렇게 해보았지만 되는건 하나도 없엇따.. 그래서 프로젝트 git에 다 중간커밋 해놓고, 프로젝트 삭제 후 다시 내려받아 실행해 보앗더니 됬다.. 개빡친다.. 2016. 12. 23.
반응형