Error while using music catalog search request

I am attempting to use MusicCatalogSearchRequest<Song>(.isrc) in order to search the catalog for info related to a song by ISRC. Issue is I get HUGE amounts of debug output in the console with the errors below. The clutter the Xcode logs to the point where I can't even view anything useful. Has anyone else seen this?

Attempted to register account monitor for types client is not authorized to access: {( "com.apple.account.iTunesStore" )}

Post not yet marked as solved Up vote post of mikemgg123 Down vote post of mikemgg123
684 views

Replies

I am using MPMusicPlayerController to queue songs that are downloaded on the user's device, and I am getting debug clutter with the same error text. My code seems to function properly despite the error messages. @JoeKun what step needs to be taken to fix the error? Or even just to keep the error message from displaying?