Hello,
When building project to a Xcode project, Unity will generate a user-defined setting named ‘PRODUCT_NAME_APP’ in project.pbxproj file. In the past, it used the last part of my bundle identifier as the value of PRODUCT_NAME_APP. (I am not sure if this is the logic, but the value just equals to the last part of bundle identifier.) But after I upgraded Unity Version from 2020.1.0f1 to 2020.3.1f1, The value always be ‘ProductName’.
But when I use 2020.3.1f1 to create a new project and build it to a xcode project, the value does equals to the last part of bundle identifier. So I don’t know what’s wrong within my old projects. Why cannot it generate the value of PRODUCT_NAME_APP.