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

前端 未结 26 2020
青春惊慌失措
青春惊慌失措 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:45

    solved my issue!!!

    I found out by accident that somehow a space " " found it's way into the Product Name of my app so it was called "First Second.app" instead of "FirstSecond.app". After deleting the space the issue was gone!

    I changed it here: right click on target Get Info Build Tab Packaging Section Product Name <- The name here will be used for the bundle (.app) name

    Hope this helps, let me know!

    Cheers, nils

    0 讨论(0)
  • 2020-11-30 03:48

    The simplest (and probably most common cause) appears to be rebuilding without any changes.

    So the simplest thing to cure it is to make a trivial change to a source file (such as adding a space, then deleting it), and then rebuilding.

    If this doesn't work, feel free to try all the other answers here.

    For months, I'd get this error without realizing it was due to such a simple cause. I'd usually do a Clean Build to get rid of it.

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