We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a8b09 commit 46f58cbCopy full SHA for 46f58cb
example/ios/Podfile
@@ -37,7 +37,7 @@ target 'NitroSQLiteExample' do
37
38
installer.pods_project.targets.each do |target|
39
target.build_configurations.each do |config|
40
- config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '16.6'
+ config.build_settings['IPHONEOS_DEPLOYMENT_TARGET[sdk=iphonesimulator*]'] = '16.6'
41
config.build_settings['DEAD_CODE_STRIPPING'] = 'YES'
42
end
43
0 commit comments