在我使用的ViewController.h
中:
[tester tapScreenAtPoint:CGPointMake(self.view.bounds.size.width/2, self.view.bounds.size.width/2)];
完全没有错误。
我使用pod包含了KIF。
我收到的日志是:
dyld: Library not loaded: @rpath/XCTest.framework/XCTest
Referenced from:/private/var/mobile/Containers/Bundle/Application/43B567B0-B0C2-45F9-9FB6-DAF404EDD14F/TestTap.app/TestTap
Reason: image not found
我如何解决这个问题?