Hi there! We are using cocoapods to integrate with...
# touchlab-tools
m
Hi there! We are using cocoapods to integrate with iOS and SKIE. Both in KaMPKit and KMMBridgeSKIETemplate there is
extraSpecAttributes.put("swift_version", "\"5.0\"") // <- SKIE Needs this!
but I cannot find anything about it on SKIE documentation. Is it really required when using cocoapods and SKIE and if so, what is the reason?
k
We're looking to add it back into SKIE docs. In summary, SKIE expects a minimum Swift, and that was failing when using CocoaPods.
🙌 1