If using expo, changing expo-build-properties resolve the issue:
[ "expo-build-properties", { "android": { ... }, "ios": { "deploymentTarget": "15.1", ... } } ]