5

I heard that a new version of iOS came out the other day, and wanted to know if my React Native project would be using that version by default when I build it with XCode, and if not, how can I force it to?

My Questions Are:

1) How do you check what version of iOS a React Native app is using?

2) How do you update the version of iOS in a React Native app?

UPDATE:

Based on @Simon's answer, I have one more question:

3) What determines the default version that a given project has?

2 Answers 2

5

Use Xcode to change an iOS project's target target iOS version. XCode > Project Navigator > "General" tab > Deployment Info > Target. You will the "ios/Quevera.xcodeproj/project.pbxproj" file will now have an entry like "IPHONEOS_DEPLOYMENT_TARGET = 11.0;".

Sign up to request clarification or add additional context in comments.

1 Comment

Hi Simon, thanks for your reply. I updated the original question to include one more question, if you have any insight.
4

Go to ios folder and then go to Podfile. At the top, find ios version and change it.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.