Using Nimble 4.1.0 installed via CocoaPods, I'm unable to build in Xcode 8 Beta 6. At first I see: “Use Legacy Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift, then when I specify either YES or NO, CurrentTestCaseTracker.h can't find Nimble/Nimble-Swift.h.
Thanks for the report! Do you happen to know if it worked in your project using Xcode 8 beta 5 or earlier? I'm wondering whether this is an Xcode 8 beta 6 issue.
Has anyone in @Quick/core tried to use Nimble in Xcode 8 beta 6?
See #277 and #321. Some users (including me) are continuously following Xcode 8 beta changes.
@ikesyo I should've specified that I'm using Swift 2.3, not 3. I've tried pointing to your PR in #321 via CocoaPods, same build issue there.
You should use CocoaPods 1.1.0.beta.1 to use Xcode 8.
@ikesyo that was it, thank you.
Most helpful comment
@ikesyo that was it, thank you.