親コントローラーにポップしながら、デリゲートを使用して親コントローラーに2つの文字列を渡しています。
if (![clientIdd length] == 0)
{
[self.clientIdDelegate passClientId:clientIdd andCouncelorId:councelorId];
[self.navigationController popViewControllerAnimated:YES];
}
Zombies を有効にしましたが、次のようなエラーが表示されます。
[CFString respondsToSelector:]: message sent to deallocated instance 0x7a77f8e0.
誰でも助けることができますか?