SwiftUI/지식 창고

Crash on startup(when iOS18 update)

jgkim1008 2024. 10. 28. 23:45

ISSUE:

  1. iOS 18로 업데이트 이후 아카이브 된 파일을 전달받은 QA 담당자분이 APP이 바로 종료된다는 내용을 전달받음
  2. Crashes Report 확인결과 safe_read_bool 라이브러리에 문제가 있음을 확인

 

해결방법:

pod update

 

 

참조문서: 

https://github.com/nanopb/nanopb/issues/949