opendoor_life

'개발자의 성장일기'가 되었으면 좋겠습니다만?

반응형

Xcode :: CocoaPods(코코아팟) 설치/삭제 및 사용법 (Podfile 만들기, Podfile 문법/버전관리, Podfile.lock)

💡 Before You Read CocoaPods 공식문서 https://cocoapods.org/ 현재 CocoaPods에서 사용할 수 있는 Pods들의 종류와 버전들을 모두 확인할 수 있고 Guides에서 설치 및 사용 방법을 영문으로 자세하게 확인할 수 있다. CocoaPods(코코아팟) 이란? CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. It has over 79 thousand libraries and is used in over 3 million apps. CocoaPods can help you scale your projects elegantly. Swift와 Objectivc-C Cocoa 프로젝트..

2021.06.30

SwiftUI, Font의 모든 것 (TextStyle, FontStyle, Font.Weight, Font.Design, System, Custom Font, 글자크기, 서식)

[참고] SwiftUI Font 공식문서 목차 1. System Fonts (size, weight, design) (1) Text View의 기본 서식 값 (2) Font.weight 종류 (3) Font.design 종류 2. Standard Fonts, Custom Fonts (1) Font.TextStyle 종류 (2) Font 변경 방법 3. Font Style (+) 글자 간격에 대하여 - Kerning과 Tracking의 차이점 1. System Fonts (size, weight, design) (1) Text View의 기본 서식 값 Interface를 SwiftUI로 설정한 뒤, Xcode를 실행하면 "Hello, world!" 텍스트와 함께 Preview를 확인할 수 있다. ​ 그렇다..

2021.04.07

Xcode :: 실제 디바이스 빌드 실패 해결 (Invalid code signature, inadequate entitlements or its profile has not been explicitly trusted by the user)

프로젝트를 새로 열어서 실제 디바이스에서 확인을 해보려고 했는데 왈라? 위와 같은 오류와 맞딱뜨렸다. Failure Reason Could not launch "ProjectName" The operation couldn’t be completed. Unable to launch opendoorLife.NavigationBarCheck because it has an invalid code signature, inadequate entitlements or its profile has not been explicitly trusted by the user. 흠, 시뮬레이션에서 실행이 잘 되었던 프로젝트이기 때문에, 디바이스가 원인인 것 같았고 방법을 찾아보니 다행히 Apple Forum에 누군가 해결책을..

2021.03.18
반응형