I am getting below by EAS build in my expo project

Please help me to fix this error
/Users/expo/workingdir/build/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target ‘IPHONEOS_DEPLOYMENT_TARGET’ is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.0.99. (in target ‘boost-for-react-native’ from project ‘Pods’)

hi there! this isn’t necessarily an error. it looks like it is a warning. if your build failed, the error is likely elsewhere. can you link to your build page?

here is a good source for troubleshooting build errors: Troubleshooting build errors and crashes - Expo Documentation

1 Like

Thank you for your response. Can I use local EAS build for production(IOS).

yep, you can

1 Like