1

i am creating a build for a app and installing it in device from iphone configuration utility and it is working very well.

but , in my friends device it is not working , he has same provisioning profile what i have, in his iphone configuration utility when he goes for install it is showing error

Could not install application on device. Error: a signed resources has been added , modified or deleted.

any solution for this ? may i install provision profile again ? or any other problem ? it is working fine in my mac

PJR
  • 12,746
  • 12
  • 60
  • 101
  • follow this link, i hope it helps http://stackoverflow.com/questions/2157964/receive-message-a-signed-resource-has-been-added-modified-or-deleted-when-tr – Istalla Raju Mar 21 '12 at 07:19
  • this problem is not happen when i am going to build , but it happens when i am installing it in device by iphone configuration utility.. – PJR Mar 21 '12 at 08:43

4 Answers4

5

On windows 7 I was getting the same error and the only way to solve it was deleting the application information stored at c:\users\\AppData\Local\Temp , there you will find a folder named as the ios application giving problems, delete it and also delete the app from iphone configuration utility and you are done

Nikhil
  • 15,872
  • 20
  • 61
  • 80
Delcasda
  • 372
  • 4
  • 13
  • 1
    In reality it's C:\Users\YOUR_USER_NAME\AppData\Local\Temp and AppData is hidden by default – Zoltán Matók Jun 06 '13 at 13:51
  • This worked for me too on Windows 7 - just delete the file from the temp directory, remove from iPhone configuration tool and reinstall. Saved me much frustration - thanks! – leafcutter Oct 30 '13 at 08:27
1

This worked for me:

  1. Change the name to a shorter one on desktop
  2. Delete the older file if present on iPhone Configuration Utility
  3. Re-install
Keith Smiley
  • 54,143
  • 12
  • 89
  • 105
shravan
  • 11
  • 1
0

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

thanks to Istalla Raju...

but still , it may be a problem of iphone configuration utility.

i am not sure about this.

Community
  • 1
  • 1
PJR
  • 12,746
  • 12
  • 60
  • 101
0

Change the name of the source file and try installing again. It worked for me.

USM
  • 1