sonos / dinghy

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

deploy to iOS devices with ios-deploy #166

Closed ZhaoXiangXML closed 2 years ago

ZhaoXiangXML commented 2 years ago

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?

ZhaoXiangXML commented 2 years ago

Nice to know it's already implemented and published. I'll try it out.

ZhaoXiangXML commented 2 years ago

It works as expected on ios 14.5. Thanks @kali