Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 한글
- github
- MacOS
- iOS16
- 이미지
- error
- view
- darkmode
- appstore
- mac
- Session
- Swift
- geofencing
- 개발자
- Apple
- Notification
- Archive
- Firebase
- Realm
- window
- SwiftUI
- FLUTTER
- IOS
- Git
- Xcode
- rxswift
- Code
- 웹뷰
- UIButton
- JPA
Archives
- Today
- Total
목록리소스가 최대 크기를 초과함 (1)
EEYatHo 앱 깎는 이야기

에러 배경설명 API 호출시 아래와 같은 에러가 나옴 status code : 1103 NSLocalizedDescription : 리소스가 최대 크기를 초과함 Solution iOS 13 이상에서 나타나는 버그이다. API 호출 시, request 의 httpMethod 를 GET 이라면, httpBody 를 비워야한다... 🫠 body 를 통해 데이터를 전달하고 싶으면, API 가 POST 를 지원하도록 하고 사용한다. GET 을 유지하고 데이터를 전달하고 싶으면, header 나 url query를 사용한다. Reference https://stackoverflow.com/questions/56955595/1103-error-domain-nsurlerrordomain-code-1103-resourc..
iOS, Swift/Tip, Bug, Swift Error
2022. 11. 10. 13:49