-
Couldn't load subscription status.
- Fork 110
Description
Hi there!
I'm using this pod in a KMM (Kotlin Multiplarform) project, of course for the iOS version of the app.
The problem is that I'm not able to add the snippet ENV['SWIFT_VERSION'] = '5' to the generated podfile, and because of that, I'm getting the following error:
pod install Analyzing dependencies Pre-downloading: SwiftEventBusfromhttps://github.com/cesarferreira/SwiftEventBus.git`, tag 5.1.0
Downloading dependencies
Installing SwiftEventBus (5.0.0)
[!] Unable to determine Swift version for the following pods:
SwiftEventBusdoes not specify a Swift version and none of the targets (ios) integrating it have theSWIFT_VERSIONattribute set. Please contact the author or set theSWIFT_VERSIONattribute in at least one of the targets that integrate this pod.
`
It will not be possible to add custom code to the podfile until Kmm reaches the version 1.9.0 (currently 1.7), I suppose it will take more than a year.
Would it be possible to include the workaround mentioned in the error message?
Thanks in advance!