CodeSign Error after changing Product Name

后端 未结 1 997
Happy的楠姐
Happy的楠姐 2021-01-26 23:55

I recently come across a hectic problem when App Store rejected my application saying that the App Name and the Product Name are not same. I followed the steps told by them to c

1条回答
  •  北恋
    北恋 (楼主)
    2021-01-27 00:20

    The problem was that there where different names entered in the following configuration fields:

    • Project -> Edit Active Target -> Properties Tab -> Field "Executable"

    • Project -> Edit Active Target -> Build Tab -> Field "Product Name"

    • info.plist (or *.plist) the field "executable file"

    So make sure that these fields contain the same value.

    The root of the problem that I renamed the executable file in the .plist file cause the initial name of the xcode project was not the name of the final product.

    0 讨论(0)
提交回复
热议问题