Two entitlements files generated for xCode project

Unity version : 2022.3.10f1, xcode version : latest. After building the game to xcode project, it creates two .entitlements files and xcode doesn’t know what to do with them, because only one can be assigned (path error if both are assigned). Is it okay if i select one of them (the files have different values in them). Is this a bug or a mistake on my end?

Are you creating your own entitlements in post process?
If yes, are you checking to see if unity has entitlements file and appending to it, or just giving a path (creating)?

Because it looks like the situation might be that Unity already created entitlements for something automatically, but you’re creating an extra one yourself?