sonos / dinghy

Easier cross-compilation for phones and single boards computers
Other
367 stars 44 forks source link

Cannot run tests on iOS 14 device #131

Closed Robert-Steiner closed 2 years ago

Robert-Steiner commented 3 years ago

Hi, When I tried to run my test with the command cargo dinghy -d iphone test I got the following error:

[2021-03-15T14:19:28Z ERROR cargo_dinghy] error: e8000022

I get the same error when I run cargo dinghy -d iphone lldbproxy. My package compiles without problems. I guess it is related to this https://github.com/ios-control/ios-deploy/issues/469#issuecomment-678552777.

Specs:

simlay commented 3 years ago

This is with the iOS simulator or an actual device?

Robert-Steiner commented 3 years ago

I used an actual device

umgefahren commented 3 years ago

Any updates on this?

ZhaoXiangXML commented 2 years ago

I got the same error on iOS 15. The app can be tested with iOS-deploy.

fredszaq commented 2 years ago

with https://github.com/sonos/dinghy/issues/166 we now use ios-deploy directly, this fixes the problem