Recently, I encountered a very frustrating crash issue in my iOS app. After I updated my Xcode to version 14.3, my app suddenly crashed right at the launch time. I could not find where the crash occurred, even thought I set a break point at the very beginning of my project code.
I posted a question with my case on StackOverflow two days ago. That's the place where I normally try to get help from other talent developers around the world. The next day, I got two comments, which gave me direction on where to do further investigation.
Quickly, I found the place where the exception was raised and finally found a solution to resolve the issue! To cut a long story short, I put my question, my solution, and my findings about the issue in the hyperlink of my references.
References
- SO Question: iOS app crashes built by Xcode 14.3: Cannot manually set the delegate on a UINavigationBar
- A similar question in the Apple developer's QA forum: Xcode 14: [Assert] UINavigationBar decoded as unlocked for UINavigationController
0 comments:
Post a Comment