album = responseObject[
@"album"
];
是我將一個字典直接賦值給了對象
改為如下即可
[album
setValuesForKeysWithDictionary
:responseObject[
@"album"]];