dbukowski / DBDebugToolkit

Set of easy to use debugging tools for iOS developers & QA engineers.
MIT License
1.27k stars 114 forks source link

DBDebugToolkit crashing due to nil object being inserted in Array #59

Closed shoaibsadanaut closed 2 years ago

shoaibsadanaut commented 2 years ago

Crash message Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: ' -[__NSArrayM insertObject:atIndex:]: object cannot be nil'

Stack trace

Screenshot 2022-02-09 at 4 03 50 PM
gamada-de commented 2 years ago

thx for your hint. This crash is a duplicate of the issue https://github.com/dbukowski/DBDebugToolkit/issues/56

gamada-de commented 2 years ago

@shoaibsadanaut i hope this is now fixed with version 0.8.0

shoaibsadanaut commented 2 years ago

I can confirm this is fixed now.