Thomvis/BrightFutures

Compile error with XCode 9.3 / Swift 3.3

Closed this issue · 1 comments

I get the following compile error after upgrading to XCode 9.3. My project uses Swift 3.3. BrightFutures version is 5.1

..../......Pods/BrightFutures/Sources/BrightFutures/Result+BrightFutures.swift:48:16: Generic parameter 'T' could not be inferred

What are my options to resolve this?

I think this fixed it ...
ae62663
I copied over to my project and compile error is gone 👍

By default the version introduced by the pod install step was prior to that commit.

Try using:
pod 'BrightFutures', :git => 'https://github.com/Thomvis/BrightFutures.git', :tag => '6.0.1'
in your Podfile. Hope this helped.