Skip to content

Commit b6f68fa

Browse files
committed
fix: swift issue in latest Xcode
1 parent 07a1c8f commit b6f68fa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

example/ios/Podfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,11 @@ target 'NitroSQLiteExample' do
4444
installer.pods_project.build_configurations.each do |config|
4545
config.build_settings['DEAD_CODE_STRIPPING'] = 'YES'
4646
end
47+
48+
installer.pods_project.targets.each do |target|
49+
target.build_configurations.each do |config|
50+
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '16.6'
51+
end
52+
end
4753
end
4854
end

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1950,6 +1950,6 @@ SPEC CHECKSUMS:
19501950
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
19511951
Yoga: db69236006b8b1c6d55ab453390c882306cbf219
19521952

1953-
PODFILE CHECKSUM: 27ad3045377187b09e7ab4a604c851aa9838f52d
1953+
PODFILE CHECKSUM: 242b3bdf23dcca8e62d0c5651b11f41cdefac2d6
19541954

19551955
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)