File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99开始前,确保你的开发环境满足如下条件:
1010
1111- Xcode 16 或以上版木;
12- - iOs 13 .0 或以上版木;
12+ - iOs 14 .0 或以上版木;
1313- CocoaPods 1.14.3 及以上版本;
1414- 项目中已设置有效的开发者签名。
1515
2323
2424```
2525source 'https://github.com/CocoaPods/Specs.git'
26- platform :ios, '13 .0'
26+ platform :ios, '14 .0'
2727
2828target 'YourTarget' do
2929 use_frameworks!
3434post_install do |installer|
3535 installer.pods_project.targets.each do |target|
3636 target.build_configurations.each do |config|
37- config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13 .0'
37+ config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '14 .0'
3838 config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
3939 end
4040 end
@@ -55,4 +55,4 @@ pod install --repo-update
5555
5656![ img] ( /images/ios/quickstart_emulator_error.png )
5757
58- ![ img] ( /images/ios/quickstart_error_solve.png )
58+ ![ img] ( /images/ios/quickstart_error_solve.png )
You can’t perform that action at this time.
0 commit comments