Travic 未能构建 objective-c cocoapod 库
Travic failed on building an objective-c cocoapod library
我通过pod lib create libName
命令制作了一个cocoapod库。
库与 pod install 配合良好
但我在 travic 测试中有错误:
https://travis-ci.org/appanalytic/lib-objective-c/builds/139134810
错误是:
Tests
✗ testExample, failed - No implementation for "-[Tests testExample]"
Tests
testExample, failed - No implementation for "-[Tests testExample]"
/Users/travis/build/appanalytic/lib-objective-c/Example/Tests/Tests.m:33
{
XCTFail(@"No implementation for \"%s\"", PRETTY_FUNCTION);
}
请问可以查一下吗?
删除 XCTFail()
并检查您的互联网连接。
我通过pod lib create libName
命令制作了一个cocoapod库。
库与 pod install 配合良好
但我在 travic 测试中有错误:
https://travis-ci.org/appanalytic/lib-objective-c/builds/139134810
错误是:
Tests ✗ testExample, failed - No implementation for "-[Tests testExample]" Tests testExample, failed - No implementation for "-[Tests testExample]" /Users/travis/build/appanalytic/lib-objective-c/Example/Tests/Tests.m:33 { XCTFail(@"No implementation for \"%s\"", PRETTY_FUNCTION); }
请问可以查一下吗?
删除 XCTFail()
并检查您的互联网连接。