Skip to content

Commit

Permalink
Fix warning: "The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' …
Browse files Browse the repository at this point in the history
…is set to 9.0, but the range of supported deployment target versions is 12.0 to 17.0.99. (in target 'visp_tt' from project 'VISP')".
  • Loading branch information
s-trinh committed Jul 6, 2024
1 parent 7696dd4 commit 4c15cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
run: |
mkdir build
cd build
python ../platforms/ios/build_framework.py ios
python ../platforms/ios/build_framework.py ios --iphoneos_deployment_target 12.0

0 comments on commit 4c15cec

Please sign in to comment.