I'm trying to test my rust code on iOS and I've failed with dinghy so far. I tried iOS 9, 12, 13 and 15 and got no lucky on any of that.
However I noticed there are some apps built and codesigned at target/dinghy/xxx/Dinghy.app. I've tried them with https://github.com/ios-control/ios-deploy and got success on iOS 13 and 15.
So I'm wondering if it's OK to build test apps with dinghy and deploy/launch with ios-deploy? Just like adb for Android.
I think it's technically possible for dinghy to call ios-deploy when it's required to interact with ios devices. I'm wondering if it's possible to have it on the roadmap of dinghy?
I'm trying to test my rust code on iOS and I've failed with dinghy so far. I tried iOS 9, 12, 13 and 15 and got no lucky on any of that.
However I noticed there are some apps built and codesigned at
target/dinghy/xxx/Dinghy.app
. I've tried them with https://github.com/ios-control/ios-deploy and got success on iOS 13 and 15.So I'm wondering if it's OK to build test apps with dinghy and deploy/launch with ios-deploy? Just like adb for Android.
I think it's technically possible for dinghy to call ios-deploy when it's required to interact with ios devices. I'm wondering if it's possible to have it on the roadmap of dinghy?