RevenueCat requires Xcode 13.2 with Swift 5.5.2 to compile.
I’m using revenueCat in my flutter project, when building my app in Xcode it throw this exception:
RevenueCat requires Xcode 13.2 with Swift 5.5.2 to compile.
installed Xcode version: Version 14.2 (14C18) swift --version: swift-driver version: 1.62.15 Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51) Target: x86_64-apple-macosx12.0
any help?
Page 1 / 1
Hi,
Sorry you are having difficulty here. If you are still having this issue, here are some ideas of how to resolve this,
Thank you for your replay, sorry for my late response.
Actually, I have reinstall Mac OS, Xcode and CocoaPods from the beginning, but still having the same issue.
How to update RevenueCat pod in my project directory?
The Swift version in my project's target settings is:
I found the solution, I was previously specifying the Swift version in the pod file to be 4.2 and I forgot to comment it after updating Flutter, sorry for not paying attention to this before I posted the problem.