我正在使用以下CoreFoundation函数CFPropertyListCreateDeepCopy:用于将不可变对象(immutable对象)转换为可变对象。如果任何对象为NULL,则CFPropertyListCreateDeepCopy返回空。是否有解决此问题的方法。self.packageArray=CFBridgingRelease(CFPropertyListCreateDeepCopy(NULL,(CFPropertyListRef)self.packageArray,kCFPropertyListMutableContainersAndLeaves));CFPrope