rryam / MusadoraKit

The ultimate companion to MusicKit.
http://exploringmusickit.com
MIT License
344 stars 22 forks source link

Value of type 'MusicCatalogSearchRequest' has no member 'includeTopResults' #11

Closed aeip closed 2 years ago

aeip commented 2 years ago

Just updated packages for MusadoraKit to latest with Xcode 13.4.1 and when I try to build, I get this error in CatalogSearch.swift:

Value of type 'MusicCatalogSearchRequest' has no member 'includeTopResults'

On line 74: request.includeTopResults = includeTopResults

rudrankriyam commented 2 years ago

Ah. The MusicKit forgot to annotate @available(iOS 16) on includeTopResults. 🤦🏾‍♂️

aeip commented 2 years ago

Boof. Please take your time but I was wondering if you have an estimate on a fix? Thank you I appreciate it!

rudrankriyam commented 2 years ago

Version 1.6.1 is out!

rudrankriyam commented 2 years ago

Can you try and let me know if it works? CI is failing for some reason even though it is passing successfully on Xcode 13 locally