您好我有下面的代碼崩潰的應用程序:不能夠解決一個空的CString崩潰
cell.textLabel.text = [NSString stringWithCString:[[[self.arrayForTableSelLang objectAtIndex:indexPath.row] objectForKey:kSupport_question_title] cStringUsingEncoding:NSISOLatin1StringEncoding] encoding:NSUTF8StringEncoding];
的錯誤是:
* Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '* +[NSString stringWithCString:encoding:]: NULL cString
的NSLog給我:
Wie lange dauert es, bis meine Guthaben-Ãœberweisung auf meiner Karte gebucht ist?
我該如何解決這個問題?
在此先感謝。
http://stackoverflow.com/questions/7895152/memory-management- nsstrings-stringwithcstringencoding http://stackoverflow.com/questions/509728/how-do-you-convert-cstring-to-nsstring – Alfa
正如我所看到的,消息非常清晰。嘗試將這行代碼分成幾行,這樣你就可以看到原因。祝你好運。 –
@ArtemStepanenko你能告訴我如何分割代碼嗎?或者我的代碼有什麼問題? – user1954352