21

I've been trying for a long time to run this test project on my phone. The error is: Failed to install embedded profile for com.clothingapp4.WebView-Test : 0xe800801a (This provisioning profile does not have a valid signature (or it has a valid, but untrusted signature).)

What I've tried:

  • Turned on automatic signing
  • Went to settings -> general -> vpn and device management on my phone but nothing was there
  • Unlink and link my phone
  • rm -rf ~/Library/Developer/Xcode/DerivedData
  • Restarted everything

I haven't payed the $99 for apple developer, but it's supposed to work without that?

Here's the full error message if you'd like that:

Unable to Install “WebView Test”
Domain: MIInstallerErrorDomain
Code: 13
Recovery Suggestion: Failed to install embedded profile for com.clothingapp4.WebView-Test : 0xe800801a (This provisioning profile does not have a valid signature (or it has a valid, but untrusted signature).)
User Info: {
    DVTErrorCreationDateKey = "2025-09-16 01:08:37 +0000";
    IDERunOperationFailingWorker = IDEInstallCoreDeviceWorker;
}
--
Failed to install the app on the device.
Domain: com.apple.dt.CoreDeviceError
Code: 3002
User Info: {
    NSURL = "file:///Users/levischoonover/Library/Developer/Xcode/DerivedData/WebView_Test-fxqsvqwxdxymrhcqysfrtxtgxpdm/Build/Products/Debug-iphoneos/WebView%20Test.app";
}
--
Unable to Install “WebView Test”
Domain: IXUserPresentableErrorDomain
Code: 14
Failure Reason: This app cannot be installed because its integrity could not be verified.
Recovery Suggestion: Failed to install embedded profile for com.clothingapp4.WebView-Test : 0xe800801a (This provisioning profile does not have a valid signature (or it has a valid, but untrusted signature).)
--
Failed to install embedded profile for com.clothingapp4.WebView-Test : 0xe800801a (This provisioning profile does not have a valid signature (or it has a valid, but untrusted signature).)
Domain: MIInstallerErrorDomain
Code: 13
User Info: {
    FunctionName = "-[MIInstallableBundle _installEmbeddedProfilesWithError:]";
    LegacyErrorString = ApplicationVerificationFailed;
    LibMISErrorNumber = "-402620390";
    SourceFileLine = 330;
}
--

Event Metadata: com.apple.dt.IDERunOperationWorkerFinished : {
    "device_identifier" = "00008110-000670180CA2401E";
    "device_isCoreDevice" = 1;
    "device_model" = "iPhone14,2";
    "device_osBuild" = "26.0 (23A341)";
    "device_osBuild_monotonic" = 2300034100;
    "device_os_variant" = 1;
    "device_platform" = "com.apple.platform.iphoneos";
    "device_platform_family" = 2;
    "device_reality" = 1;
    "device_thinningType" = "iPhone14,2";
    "device_transport" = 1;
    "launchSession_schemeCommand" = Run;
    "launchSession_schemeCommand_enum" = 1;
    "launchSession_targetArch" = arm64;
    "launchSession_targetArch_enum" = 6;
    "operation_duration_ms" = 757;
    "operation_errorCode" = 13;
    "operation_errorDomain" = MIInstallerErrorDomain;
    "operation_errorWorker" = IDEInstallCoreDeviceWorker;
    "operation_error_reportable" = 1;
    "operation_name" = IDERunOperationWorkerGroup;
    "param_consoleMode" = 1;
    "param_debugger_attachToExtensions" = 0;
    "param_debugger_attachToXPC" = 1;
    "param_debugger_type" = 3;
    "param_destination_isProxy" = 0;
    "param_destination_platform" = "com.apple.platform.iphoneos";
    "param_diag_MTE_enable" = 0;
    "param_diag_MainThreadChecker_stopOnIssue" = 0;
    "param_diag_MallocStackLogging_enableDuringAttach" = 0;
    "param_diag_MallocStackLogging_enableForXPC" = 1;
    "param_diag_allowLocationSimulation" = 1;
    "param_diag_checker_mtc_enable" = 1;
    "param_diag_checker_tpc_enable" = 1;
    "param_diag_gpu_frameCapture_enable" = 0;
    "param_diag_gpu_shaderValidation_enable" = 0;
    "param_diag_gpu_validation_enable" = 0;
    "param_diag_guardMalloc_enable" = 0;
    "param_diag_memoryGraphOnResourceException" = 0;
    "param_diag_queueDebugging_enable" = 1;
    "param_diag_runtimeProfile_generate" = 0;
    "param_diag_sanitizer_asan_enable" = 0;
    "param_diag_sanitizer_tsan_enable" = 0;
    "param_diag_sanitizer_tsan_stopOnIssue" = 0;
    "param_diag_sanitizer_ubsan_enable" = 0;
    "param_diag_sanitizer_ubsan_stopOnIssue" = 0;
    "param_diag_showNonLocalizedStrings" = 0;
    "param_diag_viewDebugging_enabled" = 1;
    "param_diag_viewDebugging_insertDylibOnLaunch" = 1;
    "param_install_style" = 2;
    "param_launcher_UID" = 2;
    "param_launcher_allowDeviceSensorReplayData" = 0;
    "param_launcher_kind" = 0;
    "param_launcher_style" = 99;
    "param_launcher_substyle" = 0;
    "param_lldbVersion_component_idx_1" = 0;
    "param_lldbVersion_monotonic" = 170300310002;
    "param_runnable_appExtensionHostRunMode" = 0;
    "param_runnable_productType" = "com.apple.product-type.application";
    "param_testing_launchedForTesting" = 0;
    "param_testing_suppressSimulatorApp" = 0;
    "param_testing_usingCLI" = 0;
    "sdk_canonicalName" = "iphoneos26.0";
    "sdk_osVersion" = "26.0";
    "sdk_platformID" = 2;
    "sdk_variant" = iphoneos;
    "sdk_version_monotonic" = 2300033700;
}
--


System Information

macOS Version 26.0 (Build 25A354)
Xcode 26.0 (24225) (Build 17A321)
Timestamp: 2025-09-15T21:08:37-04:00
5
  • 1
    I am getting the same issue, since updating to iOS 26 and XCode 26 on my device. Its not for all my apps, only a specific 1, but I cant figure out what the problem is? Commented 2 days ago
  • @AdrianSo then try to add your device UUID to your devices and generate prov profile Commented 2 days ago
  • I've generated new profiles, new certs, used different macs. Nothing. I'm stuck at the moment, will check back in to see if anyone hears or sees anything Commented 2 days ago
  • Tried just now , still same issue ,only in the projects that i created recently works fine in old projects , getting this issue after updating to iOS 26 Commented yesterday
  • 1
    I feel dumb for spending so long trying to delete certificates and profiles etc. This affects my provisional and paid dev accounts. Commented yesterday

2 Answers 2

22

Same for me. This helps:

    1. Quit Xcode.

    2. Go to ~/Library/Developer/Xcode/UserData/Provisioning Profiles and delete all your profiles.

    3. Relaunch Xcode.

    4. Try again.

5 Comments

This worked for me, too. I added to this solution by reprovisioning profiles in apple. It will help you!
This started to happen to me in the middle of my debugging - it worked in the beginning. But today this fixed. Awesome answer.
Thanks! idk i think i tried this earlier, apple must have fixed something as @Cendolt mentioned
For flutter , just add "flutter clean" in last step
Yep, just run "rm -rf ~/Library/Developer/Xcode/UserData/Provisioning\ Profiles" and relaunch xcode
22

As of 16/09/2025 ~1:00 UTC, there seems to be an ongoing problem affecting provisioning profile generation. It is currently under investigation by the Apple developer team.

enter image description here

https://developer.apple.com/forums/thread/800521?answerId=858192022#858192022

EDIT:

As of 4:00 PT/11:00 UTC the issue seems to be resolved.
If the problem still persists, try the following the steps described in Muslim Ismailov's answer (I personally cannot test right now though so I am not able to confirm on my side This worked for me)

  1. Quit Xcode.

  2. Go to ~/Library/Developer/Xcode/UserData/Provisioning Profiles and delete all your profiles.

  3. Relaunch Xcode.

  4. Try again.

2 Comments

I just tested and found that there is still this problem. And I didn't see any relevant information in Apple's stauts. Does anyone know that this problem has been solved? Or where can I track the resolved status?
cFailed to install embedded profile for com.xxx : 0xe800801a (This provisioning profile does not have a valid signature (or it has a valid, but untrusted signature).)

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.