일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- combine
- 개발
- concurrency
- github
- iOS 개발자
- iOS 13.0+
- 앱구조
- Firebase
- IOS
- Alamofire
- SWIFT
- Tuist
- network
- regex
- Navigation
- 정규표현식
- xcodecloud
- swiftdata
- tuist #xcodecloud #ios #ci/cd #swiftlint #firebase
- composablearchitecture
- uikit
- navigationsplitview
- ObjC
- SWIFTUI
- framework
- xcode
- ios18
- UI
- Git
- TCA
- Today
- Total
목록분류 전체보기 (72)
iOS 개발 기록

API 호출을 했는데 이런 에러가 떳다. finished with error [-1200] Error Domain=NSURLErrorDomain Code=-1200 "An SSL error has occurred and a secure connection to the server cannot be made." 검색해보니 IOS10부터는 ATS(App Transport Security)가 강화되어 보안이 안전하지 않은 Https 트래픽을 비활성화 시킨다고 한다. 이거는 Info.plist에서 ATS setting을 수정함으로 해결할 수 있다. 프로젝트 파일의 Info.plist에서 Information Property List 옆의 +버튼을 눌러 App Transport Security Settings 항..

터미널에서 CocoaPods으로 외부 라이브러리(나의 경우는 Alamofile)를 설치하려고 하니 이와 같은 에러가 떴다. [NOTE] You may have encountered a bug in the Ruby interpreter or extension libraries. Bug reports are welcome. For details: https://www.ruby-lang.org/bugreport.html [IMPORTANT] Don't forget to include the Crash Report log file under DiagnosticReports directory in bug reports. 해결방법 구글링으로 찾아보니 맥북이 ARM 기반의 애플실리콘 M1칩으로 이전하면서 아키텍쳐 차..