You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems this may be a false positive? It looks like the Apple code may be creating the ALAssetsGroup on another thread, and this warning comes when it is released on the main thread.
The text was updated successfully, but these errors were encountered:
When using ALAssetsLibrary, I'm seeing an "Invalid concurrent access to managed object calling 'release":
It seems this may be a false positive? It looks like the Apple code may be creating the ALAssetsGroup on another thread, and this warning comes when it is released on the main thread.
The text was updated successfully, but these errors were encountered: