Receive message “A signed resource has been added, modified, or deleted” when trying to debug an App on iPhone

前端 未结 26 2350
青春惊慌失措
青春惊慌失措 2020-11-30 03:04

While attempting to debug a build created using the 3.2 SDK on an iPhone device I receive the message \"A signed resource has been added, modified, or deleted.\".

I

26条回答
  •  不知归路
    2020-11-30 03:35

    This error occurs when there is a special character in the Product Name. In my case it was a "?"

    If you change the Product Name it automatically updates the "Bundle Name" and "Bundle Display Name" so it is often the best choice to rename an app.

    If you want to include special characters in the app name you have to manually rename the "Bundle Name" and "Bundle Display Name"

    Bundle Name: This is the actual app bundle name in the file system such as "Awesome App.app". It is generally not visible to the user.

    Bundle Display Name: This is a short name displayed under the app icon on the device. Since the bundle name would be truncated to "Awes…tion" you have the option to have a shorter name which fits better such as "Awesome App". It should be similar to the App Store name (set in iTunes Connect)

提交回复
热议问题