skip to Main Content

I have all my Apple devices up-to-date (macOS Sonoma 14.0, iPadOS 17.0.2, iOS 17.0.2, watchOS 10.0.1, Xcode 15.0). I have an app I am working on, Date-O-Rama, and until a few days ago, Xcode installed it on my iPad and iPhone. Now I am getting cryptic errors when I try to install and run a new build of Date-O-Rama on either device:

Error message for the iPad:

לא ניתן להתקין את ״Date-O-Rama״
[Translation from the Hebrew:
Could not install “Date-O-Rama”.] Failed to verify code signature
of
/var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.cRw8yc/extracted/Payload/Date-O-Rama.app
: 0xe8008001 (An unknown error has occurred.) Verify that the
Developer App certificate for your account is trusted on your device.
Open Settings on the device and navigate to General -> VPN & Device
Management, then select your Developer App certificate to trust it.

Error message for the iPhone:

Failed to install the app on the device.

I have tried making sure the developer app certificate is installed on my iPhone and iPad. The devices claim the certificate is not trusted and do not let me make them trusted.

For comparison: I can install and run Date-O-Rama without problems on my MacBook Pro (in Catalyst).

Does anyone have any idea how to fix this problem?

Thanks in advance for any help anyone can provide.

2

Answers


  1. I have just updated my phone to iOS 17.0.2 and encountered this as well, what fixed it for me was:

    • Unpair device
    • Unplug device then quit Xcode
    • Plug and pair device then run again
    Login or Signup to reply.
  2. Annoyingly Ade’s solution didn’t work for me, but what did work was deleting the app from my phone. Then when I ran it again, it installed and worked fine.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search