1

I want to install the app I had previously deleted back into Xcode.

'build for running' is succeed in xcode, but App installation failed when I run at connected iphone. The error messege is 'A signed resource has been added, modified, or deleted'.


i'm using this profile.

Screen Shot


I solved this problem by changing the profile and code signing identity.

  • Possible duplicate of https://stackoverflow.com/questions/2157964/receive-message-a-signed-resource-has-been-added-modified-or-deleted-when-tr – cyril Nov 26 '18 at 06:10
  • 3
    Possible duplicate of [Receive message "A signed resource has been added, modified, or deleted" when trying to debug an App on iPhone](https://stackoverflow.com/questions/2157964/receive-message-a-signed-resource-has-been-added-modified-or-deleted-when-tr) – cyril Nov 26 '18 at 06:10

1 Answers1

0

Your profile has been expired. Check your profile from developers.apple.com.

You can take a look on this link

UPDATED ANSWER:

You must need to user developer profile to installed directly into your device from xCode.

Distribution is only when you want to upload app on AppStore.

As in your screen shots, you are using Distribution profile for same. Kindly use developer profile to installed.

Nirmalsinh Rathod
  • 5,079
  • 4
  • 26
  • 56