Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从最近开始,在获取的播放列表对象中,有一个NULL对象包含在结果数组中。它看起来像一个讨厌的错误,因为在调试器中给出了内存地址,但无法解析任何对象类型。它在迭代数组时在 Cocoalibspotify 中崩溃。
NULL
其他人遇到这个问题?
我发现了问题:
在 Spotify 的热门曲目中,有一首歌曲“Love Is All I Got - Original Mix”。它的专辑确实有nil封面。当我通过以下行创建带有封面的数组时,对于该曲目的封面,NSNull插入了一个对象,这会cocoalibspotify导致崩溃。
nil
NSNull
cocoalibspotify
NSArray *covers = [toptracks valueForKeyPath:@"album.cover"];