eldade / UIDeviceListener

Obtain power information (battery health, charger details) for iOS without any private APIs.
GNU General Public License v3.0
240 stars 38 forks source link

ERROR: myAllocator code was executed on the wrong thread! #4

Open xshenpan opened 7 years ago

xshenpan commented 7 years ago

How to solve this problem?

ghost commented 7 years ago

Try posting a stack trace.

If you disable/remove the debug preprocessor switches the assertion won't be called.

xshenpan commented 7 years ago

thanks