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

前端 未结 26 2345
青春惊慌失措
青春惊慌失措 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条回答
  •  旧时难觅i
    2020-11-30 03:44

    I reported this bug on ICU (Windows versions) to Apple in June 2011. With the following workarounds:

    The workaround is this ....

    Win XP

    1) Close ICU

    2) Delete the temp folder: c:\Documents and Settings\[username]\Local Settings\Temp\[AppName].app

    3) Delete the deploy folder: c:\Documents and Settings\[username]\Application Data\AppleComputer\MobileDevice

    4) Restart ICU. Drag in the App and install normally.

    ============================

    Win 7

    1) Close ICU

    2) Delete the temp folder: c:\Users\[username]\AppData\Local\Temp\[AppName].app

    3) Delete the deploy folder: c:\Users\[username]\AppData\Local\Apple Computer\MobileDevice\Applications\[AppName].app

    4) Restart ICU. Drag in the App and install normally.

    =========================================================

提交回复
热议问题