We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 918500c commit bb06be0Copy full SHA for bb06be0
ios/Podfile
@@ -114,8 +114,8 @@ post_install do |installer|
114
if target.name == 'react-native-video'
115
config.build_settings['SWIFT_VERSION'] = '5.0'
116
end
117
- if target.name == 'react-native-vision-camera'
118
- config.build_settings['SWIFT_VERSION'] = '5.2'
+ if target.name == 'VisionCamera'
+ config.build_settings['SWIFT_VERSION'] = '5.0'
119
120
121
0 commit comments