Unable to Verify App: An internet connection is required to verify the trust of the developer' ... This app will not be available until verified.

We are working on a new iOS application utilizing the new iOS 17 APIs, and I have updated Xcode to Xcode 15 Beta, and my iPhone 12 Pro to iOS 17 Beta 2, though this issue was also present on iOS 17 Beta 1.

In Xcode, for "Signing and Capabilities" I have my Team set to my personal team, utilizing the "Automatically manage signing" tick.

While the app will build and install on my phone, I immediately receive this error, with no popup to trust the developer.

Going to Settings > General > VPN and Device Management, I can see my Development Team, and I am able to Trust my team.

When trying to then Verify App(s), it tells me it will use my internet connection to verify the application.

However, it will then do nothing, with no error, regardless of how many times I attempt to verify.

Trying to open the app from my home screen will result in the repeated "Unable to Verify Error".

Trying to reset network settings does not result in any change in this behavior, nor does a reset of the phone.

I have tried 4 different high quality WiFi networks, as well as a fully connection AT&T cellular LTE connection, and still receive this error.

I am running out of diagnostic scenarios, and I'm curious if anyone has found a resolution to this?

I had the same problem but then turned off bluetooth on my phone and then the app was able to verify developer.

I have tried every single thing listed above and nothing works.

  • Deleted app and restarted my phone after every attempt
  • Tried on wifi and then on cellular
  • tried do not disturb/on off
  • deleted my profiles on xcode and then re-added them

None of these work. This is wild that this a real issue. Straight up cannot develop.

Xcode: 15.4 osx: 14.5

Had the same issue. Here's what fixed it for me:

  1. Uninstall the app from the iPhone.
  2. On the Mac, in XCode, go to the menu: Product -> Clean Build Folder
  3. Once it cleaned all the build files, then build/install/run again.

Turning off Bluetooth did resolve the problem for me.

hello,

I have solved this issue on my iPhone 15 pro. a general reset network reset solved the issue

Fitercise24

I ended up just needing to restart XCode before building the app again. ¯\(ツ)

what worked for me on ipad d: Settings -> Developer -> Network Link Conditioner, and turn that on

I had the same issue. I click on Verify App and nothing happens. I fixed it by deleting the app, restarting the phone and Xcode, rebuilding it and then verification can be done

Checking my device found that the network was not working, Then when I switch the wifi network, the box disappears when the network is available.

Looks like I found what's cause! Disabling iCloud Private Relay helped me to solve this issue

Failed to install the app on the device. Domain: com.apple.dt.CoreDeviceError Code: 3002 User Info: { DVTErrorCreationDateKey = "2024-10-14 12:01:49 +0000"; IDERunOperationFailingWorker = IDEInstallCoreDeviceWorker; NSURL = "file:///Users/naturenook/Library/Developer/Xcode/DerivedData/Runner-hklryahqzrwzrvfoaimgxvmrbtcf/Build/Products/Debug-iphoneos/Runner.app/"; }

Failed to install the app on the device. Domain: com.apple.dt.CoreDeviceError Code: 3002 User Info: { IDERunOperationFailingWorker = IDEInstallCoreDeviceWorker; NSURL = "file:///Users/naturenook/Library/Developer/Xcode/DerivedData/Runner-hklryahqzrwzrvfoaimgxvmrbtcf/Build/Products/Debug-iphoneos/Runner.app/"; }

Installation on this device is prohibited by ManagedConfiguration Domain: IXRemoteErrorDomain Code: 9 Failure Reason: Unhandled error domain IXRemoteErrorDomain, code 9 User Info: { FunctionName = "-[IXSRemoteInstaller initWithRemoteInstallOptions:xpcAssetStream:assetSize:error:]"; SourceFileLine = 149; }

Event Metadata: com.apple.dt.IDERunOperationWorkerFinished : { "device_isCoreDevice" = 1; "device_model" = "iPhone14,5"; "device_osBuild" = "17.5.1 (21F90)"; "device_platform" = "com.apple.platform.iphoneos"; "dvt_coredevice_version" = "355.28"; "dvt_mobiledevice_version" = "1643.100.60"; "launchSession_schemeCommand" = Run; "launchSession_state" = 1; "launchSession_targetArch" = arm64; "operation_duration_ms" = 241; "operation_errorCode" = 9; "operation_errorDomain" = "com.apple.dt.CoreDeviceError.3002.IXRemoteErrorDomain"; "operation_errorWorker" = IDEInstallCoreDeviceWorker; "operation_name" = IDERunOperationWorkerGroup; "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_MainThreadChecker_stopOnIssue" = 0; "param_diag_MallocStackLogging_enableDuringAttach" = 0; "param_diag_MallocStackLogging_enableForXPC" = 1; "param_diag_allowLocationSimulation" = 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_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_stopOnIssue" = 0; "param_diag_showNonLocalizedStrings" = 0; "param_diag_viewDebugging_enabled" = 1; "param_diag_viewDebugging_insertDylibOnLaunch" = 1; "param_install_style" = 0; "param_launcher_UID" = 2; "param_launcher_allowDeviceSensorReplayData" = 0; "param_launcher_kind" = 0; "param_launcher_style" = 99; "param_launcher_substyle" = 8192; "param_runnable_appExtensionHostRunMode" = 0; "param_runnable_productType" = "com.apple.product-type.application"; "param_structuredConsoleMode" = 1; "param_testing_launchedForTesting" = 0; "param_testing_suppressSimulatorApp" = 0; "param_testing_usingCLI" = 0; "sdk_canonicalName" = "iphoneos17.5"; "sdk_osVersion" = "17.5"; "sdk_variant" = iphoneos; }

System Information

macOS Version 14.4 (Build 23E214) Xcode 15.4 (22622) (Build 15F31d) Timestamp: 2024-10-14T17:31:49+05:30

Please solve this issue

My issue with "unable to verify ...." was because I had failed to enable Network Link Conditioner. I had a new iPad which came with IOS 17. I had to upgrade the IOS (went to Sonoma) on my developement machine and XCODE (went to 16.1) to be able to be able to connect my my XCODE machine successfully to my IOS 17 device. You will find Network Link Conditioner under Settings -> Developer on your IOS 17 device.

Unable to Verify App: An internet connection is required to verify the trust of the developer' ... This app will not be available until verified.
 
 
Q