2015-04-23 73 views
1

我很難過這個錯誤。 XCTAssertNotNil autocompleted好吧,代碼似乎微不足道。 「解析問題」看起來很奇怪,其中有3個。解析問題的預期表達式

我試過顯示看不見的東西來找到任何奇怪的空間和東西,但什麼也找不到。

我在其他測試中使用了Specta/Xpecta/OCMock。使用的CocoaPods

#import <XCTest/XCTest.h> 

@interface SPRecipientDataViewModelTests : XCTestCase 
@end 

@implementation SPRecipientDataViewModelTests 

- (void)testHelloNotNil { 
    XCTAssertNotNil(@"hello", @"hello is nil"); 
} 

Expected expression

parse issue expected expression

回答

0

看起來像這裏的問題是Specta。它看起來像我使用它的舊版本。更新到最新的Specta解決了這個問題。看起來像是與XCTest有衝突