BEGIN IMMEDIATE may not unexpectedly exit after 0: 8 / try to write a read-only database

When using a UITableView to display MPMediaItems my log receives spam with the following message:

 BEGIN IMMEDIATE could unexpectedly not be stepped after 0: 8/attempt to write a readonly database 

But I do not know what that means. Can you give me a hint?

+4
source share
1 answer

You are probably using iTunes Match, and you probably can't do anything with these log messages.

EDIT: Further registration on my machine suggests that this message is generated by some collections when calling representativeItem . Therefore, if you call this method, perhaps you can avoid these log messages by avoiding this call (for example, calling items[0] ).

In conclusion, it remains that you are probably doing nothing wrong.

+2
source

Source: https://habr.com/ru/post/1442929/


All Articles