Hello, everyone
What is the best way to debug app.framework (library generated for iOS part). I call method of one of the common classes from iOS sources and after that - nothing. Just output in XCode debug panel.
I see kotlin.TypeCastException, but I don’t understand there it happend and what action caused it. I tried to add try/catch block inside common class method, but nothing changed.
o
olonho
04/10/2019, 7:00 AM
Just debug it with lldb/xcode as usual, try to create small reproducer and file a bug