amandeepksingh / WildWhere

2 stars 0 forks source link

Frequent error message about retrieving thread information #43

Closed rbarasa closed 5 months ago

rbarasa commented 6 months ago

Frequently, when running the project, the terminal gives an error like: "[ERROR:flutter/shell/platform/darwin/ios/framework/Source/profiler_metrics_ios.mm(203)] Error retrieving thread information: (os/kern) object terminated" or "[ERROR:flutter/shell/platform/darwin/ios/framework/Source/profiler_metrics_ios.mm(203)] Error retrieving thread information: (os/kern) invalid argument". This may be related to the state of some of the dependencies being used, and potentially the used/unused imports currently within the project. Further review needs to be done to ensure that this will not end up snowballing into an even greater problem later down the line (memory leaks, bugs that affect other components, etc).