You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ios-deploy[14310:720906] [ !! ] Error 0xe8000080: This application does not support this kind of device. AMDeviceSecureInstallApplication(0, device, url, options, install_callback, 0)
#599
I am using iOS-deploy for distributing my Only - Apple Watch Application.
iPhone - 13 Pro - iOS 17.4.1
Apple Watch Ultra - WatchOS 10.4
Xcode 15.3
xcode-select version 2406
iOS-deploy : 1.12.2
Build and launch works on both Apple Watch and iPhone from Xcode UI but while deploying .app file to Apple Watch using:
iOS-deploy does not deploy and launch application. It fails with error:
ios-deploy[14310:720906] [ !! ] Error 0xe8000080: This application does not support this kind of device. AMDeviceSecureInstallApplication(0, device, url, options, install_callback, 0)
I checked my provisions, even double checked, also it works from Xcode perfectly.
I tried to play with the CPU architectures in MyProject Xcode settings and it didn't help. I think it checks somehow the CPU of the Device and it does not mach some check you have.
!! Issue started appearing after watchOS 10+, Xcode 15+ and iOS 17+
The text was updated successfully, but these errors were encountered:
I am using iOS-deploy for distributing my Only - Apple Watch Application.
iPhone - 13 Pro - iOS 17.4.1
Apple Watch Ultra - WatchOS 10.4
Xcode 15.3
xcode-select version 2406
iOS-deploy : 1.12.2
Build and launch works on both Apple Watch and iPhone from Xcode UI but while deploying .app file to Apple Watch using:
ios-deploy -v 00008301-************* -r --bundle build/MyApp.app
iOS-deploy does not deploy and launch application. It fails with error:
ios-deploy[14310:720906] [ !! ] Error 0xe8000080: This application does not support this kind of device. AMDeviceSecureInstallApplication(0, device, url, options, install_callback, 0)
I checked my provisions, even double checked, also it works from Xcode perfectly.
I tried to play with the CPU architectures in MyProject Xcode settings and it didn't help. I think it checks somehow the CPU of the Device and it does not mach some check you have.
!! Issue started appearing after watchOS 10+, Xcode 15+ and iOS 17+
The text was updated successfully, but these errors were encountered: