0
我一直在尋找解決方案,但他們似乎無法解決這個錯誤。數據參數沒有被字符串使用? (兩個變量之一)
我的Xcode提示這個錯誤
"data argument not used by string"
我正在允許用戶輸入聯繫人的用戶想搜索,這樣我可以提示後面的搜索細節
我該如何解決這一問題? 問題在哪裏?提前
感謝
下面的代碼:
initWithTitle:[NSString stringWithFormat:@"Selected contact: %@",
(NSString *)ABRecordCopyValue(_person, kABPersonFirstNameProperty),
(NSString *)ABRecordCopyValue(_person, &kABPersonLastNameProperty)]
delegate:self
otherButtonTitles:@"Send Email",nil];
真棒嘗試,是它的工作非常感謝 – user3152266