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
- Swift
- UIButton
- 한글
- darkmode
- MacOS
- JPA
- github
- Apple
- IOS
- FLUTTER
- Realm
- mac
- Xcode
- 웹뷰
- SwiftUI
- Session
- 개발자
- Git
- view
- Firebase
- Notification
- window
- rxswift
- Archive
- appstore
- error
- 이미지
- Code
- iOS16
- geofencing
Archives
- Today
- Total
목록Invalid parameter not satisfying (1)
EEYatHo 앱 깎는 이야기

UITextView에 커스텀 Placeholder를 적용했을 때 버그가 발생했다. 에러명 : NSInternalInconsistencyException 이유 : Invalid parameter not satisfying: pos 실제 디바이스, 시뮬레이터 iOS15에서 발생했으며, 시뮬레이터 iOS14.4에서는 발생하지 않았다... 애플아ㅏ아아아아아악 에러가 발생한 시나리오 ( Error Scenario ) UITextView에 Placeholder용도의 Text를 넣어둔다. ( text = "내용을 입력해주세요." ) 아래처럼, textViewDidBeginEditing 에서 텍스트를 비워주게 코딩한다. ( text = "" or text = nil ) func textViewDidBeginEditin..
iOS, Swift
2021. 9. 26. 17:23