Can I upgrade xcode version mentioned in .circleci/config.yml

Priority: medium
Request: Can I upgrade xcode version mentioned in .circleci/config.yml
Project ID: savinraven-16080
Project Link: https://app.crowdbotics.com/dashboard/app/16080
Staging Link:
Additional Info:

Hi!
Recently I implemented apple login and after deployment the fastlane is failing for IOS build logs are showing this:

[08:25:21]: ▸ ❌  /Users/distiller/build/node_modules/@invertase/react-native-apple-authentication/ios/RNAppleAuthentication/RNAppleAuthButtonViewManager.m:136:18: use of undeclared identifier 'ASAuthorizationAppleIDButtonTypeSignUp'; did you mean 'ASAuthorizationAppleIDButtonTypeSignIn'?
[08:25:21]: ▸           type = ASAuthorizationAppleIDButtonTypeSignUp;

Looking into the issue looks like the issue is due to the Xcode version defined in circleCI configs being lower.
SOURCE: https://github.com/invertase/react-native-apple-authentication/issues/68

My question here is that can I upgrade that number to a newer Xcode version in the configs or upgrading it is not as simple as just changing the number in configs?

NOTE: I am able to generate IPAs and push to testflight just fine since I have newer xcode locally.

what is the version of use in .circleci/config.yml?

macos:
      xcode: "11.5.0" 

you can find these tags in .circleci/config.yml? and change the versions for Xcode.

Hi!
currently my configs are at this:

  ios:
    macos:
      xcode: "11.1.0"
    working_directory: ~/build

I just wanted to know upgrading this only affects this project and not others. I am not very familiar with the CI implemented here. Is it building for every project individually or some shared remote server generating builds which is configured with a specific xcode version?

Each project’s configuration is separate. You can change the xcode version to any supported by CircleCI as listed here: https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions