MusicKit errors on iPadOS 16.1 beta

Creating playlists on iPadOS 16.1 isn't working for me. The code:

let playlist = try await MusicLibrary.shared.createPlaylist(name: caption, description: description, authorDisplayName: curator, items: items)

is throwing the error "Attempting to retrieve handler for an unsupported configuration". The full error is:

The same code is working fine on an iPhone running iOS 16.0.

Does anyone know how to get this working?

Answered by dutton in 730212022

Seems fixed in iPadOS 16 beta 10 (20B5056e)

I’ve created FB11529157 for this

Still broken in iPadOS 16 beta 9 (20B5050f)

Accepted Answer

Seems fixed in iPadOS 16 beta 10 (20B5056e)

MusicKit errors on iPadOS 16.1 beta
 
 
Q