how to disable manageAppVersionAndBuildNumber for xcode 13 for EAS build

how to disable manageAppVersionAndBuildNumber for xcode 13 for EAS build

To disable manageAppVersionAndBuildNumber for Xcode 13 for EAS build, you can edit the Xcode project settings by following these steps:
Open the project in Xcode.
Go to the “Build Settings” tab.
Search for “Manage App Version and Build Number.”
Change the setting to “No” or “Off.”
Alternatively, you can add the following line of code to your project’s .xcconfig file to disable the feature globally:
MANAGE_APP_VERSION_AND_BUILD_NUMBER = NO
Try this once if you will get fix.