for(id* child in childObjectArray){ [child removeParentGroupReferences]; }
这给我以下错误输出:
Pointer to non-const type ‘id’ with no explicit ownership
有什么帮助吗?我需要改变什么?感谢任何帮助..