我從http://gabriel.github.com/gh-unit/docs/appledoc_include/guide_testing.html followinng教程。問題是我的項目使用ARC而GHUnit不使用。我管理以前的錯誤,但現在我應該做橋接演員,我從來沒有用過,我迷路了。ARC,橋接演員和GHUnit
NSString *string1 = @"a string";
GHAssertNotNULL(string1, nil); //error here
錯誤說明:Objective-C的指針型 '的NSString *' 到C指針類型 'const的空隙*' 的隱式轉換需要一個橋接鑄造。
任何幫助,歡迎:)
好的。當前文檔只使用GHAssertNotNull而不是GHAssertNotNil,這會導致ARC代碼出現問題。 – 2012-07-24 15:38:48