You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'}
The text was updated successfully, but these errors were encountered:
rakeshtatekonda
changed the title
Getting error when the it is installed in Objective c project
Getting error when framwork is installed in Objective c project
Dec 5, 2017
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'}
The text was updated successfully, but these errors were encountered: