google / promises

Promises is a modern framework that provides a synchronization construct for Swift and Objective-C.
Apache License 2.0
3.8k stars 295 forks source link

pod lib lint error(PromisesObjC.podspec) #147

Closed sushichop closed 4 years ago

sushichop commented 4 years ago

Info

Info Value
Source master branch
Xcode Xcode 11.5
CocoaPods 1.9.5
Repro rate all the time (100%)

Description and Steps

$ pod lib lint PromisesObjC.podspec has error.

- ERROR | xcodebuild: Returned an unsuccessful exit code. You can use `--verbose` for more information.
- NOTE  | [watchOS] xcodebuild:  /Users/sushichop/src/promises/Tests/FBLPromisesTests/FBLPromise+TimeoutTests.m:19:9: fatal error: 'XCTest/XCTest.h' file not found

I'll create a pull request to fix this issue later.