Xcode Devices "Download Container" no longer works on latest Xcode 26.0 (24228) (Build 17A324)

After updating my Xcode to the latest, I am unable to download an installed app container from the Xcode Devices screen. This currently works with older versions of Xcode with the same app on the same iPad. This worked with older versions of Xcode on the same MacBook as well (including the Xcode 26 beta before updating to the official release yesterday)

The specified file could not be transferred. Domain: com.apple.dt.CoreDeviceError Code: 7000 User Info: { DVTErrorCreationDateKey = "2025-09-18 20:31:01 +0000"; NSURL = "file:///Users/thomsk2/Desktop/com.test.polarisdev%202025-09-18%2015:30.53.744.xcappdata/AppData/Library/Caches/"; }

The specified file could not be transferred. Domain: com.apple.dt.CoreDeviceError Code: 7000 User Info: { NSURL = "file:///Users/thomsk2/Desktop/com.test.polarisdev%202025-09-18%2015:30.53.744.xcappdata/AppData/Library/Caches/"; }

Failed to perform I/O operations. Domain: com.apple.dt.remoteservices.error Code: 11001 Failure Reason: Cannot open destination file /Users/thomsk2/Desktop/com.test.polarisdev 2025-09-18 15:30.53.744.xcappdata/AppData/Library/Caches/com.apple.dyld/standaloneapp.ios.dyld4: Permission denied

System Information

macOS Version 15.6.1 (Build 24G90) Xcode 26.0 (24228) (Build 17A324) Timestamp: 2025-09-18T15:31:01-05:00

Same for me. It worked once after deleting and reinstalling the app I was developing, but then continued to show the error for every build or install after.

Xcode 16.4 works as expected.

Same for me. It is still reproducible on latest Xcode version. The last version where this error was not observed was Xcode 26.0 beta 2.

Same here, I cannot download the container. I thought my app was broken then I realized the xcode version change caused it.

Full error:

The specified file could not be transferred.
Domain: com.apple.dt.CoreDeviceError
Code: 7000
User Info: {
    DVTErrorCreationDateKey = "2026-02-27 07:44:43 +0000";
    NSURL = "file:///Users/cihadturhan/Downloads/xxx.xxx.xxx%202026-02-27%2010:44.28.643.xcappdata/AppData/Library/Caches/";
}
--
The specified file could not be transferred.
Domain: com.apple.dt.CoreDeviceError
Code: 7000
User Info: {
    NSURL = "file:///Users/cihadturhan/Downloads/xxx.xxx.xxxx%202026-02-27%2010:44.28.643.xcappdata/AppData/Library/Caches/";
}
--
Failed to perform I/O operations.
Domain: com.apple.dt.remoteservices.error
Code: 11001
Failure Reason: Cannot open destination file /Users/cihadturhan/Downloads/xxxx 2026-02-27 10:44.28.643.xcappdata/AppData/Library/Caches/com.apple.dyld/xxx.dyld4: Permission denied
--


System Information

macOS Version 26.2 (Build 25C56)
Xcode 26.2 (24553) (Build 17C52)
Timestamp: 2026-02-27T10:44:43+03:00
Xcode Devices "Download Container" no longer works on latest Xcode 26.0 (24228) (Build 17A324)
 
 
Q