Getting error when framwork is installed in Objective c project
rakeshtatekonda opened this issue · 3 comments
rakeshtatekonda commented
I'm getting the error mentioned below when I try to import the pod in Objective-C project.
"The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. This setting can be set in the build settings editor"
Mention version in podspec file to resolve the issue.
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0'}
WrathChaos commented
I'm gonna check this issue but this is a Swift project. So, please do not expect much :(
linsmalldragon commented
@WrathChaos how to include it in objective c project ? I get the same error.
WrathChaos commented
Unfortunately, I do not have time to work on it. PR's are welcome to complete this feature.