공부방/iOS2019. 10. 16. 18:05iOS 13 UISearchBar _cancelButtonText Error
iOS 13 에서 uiSearchBar.setValue("cancel".localized, forKey: "_cancelButtonText") 부분에서 Terminating app due to uncaught exception 'NSGenericException', reason: 'Access to UISearchBar's set_cancelButtonText: ivar is prohibited. This is an application bug' 위와 같은 에러 코드가 뿜어져 나오면서 앱이 죽어버렸다. 다른 iPhone 들에서는 멀쩡하게 작동 하던 코드가 왜 작동이 안될까 하며 찾아 보던때에 우연히 힌트를 발견했다. https://stackoverflow.com/a/29232231/11852339 이사람..