cacao icon indicating copy to clipboard operation
cacao copied to clipboard

tvOS example

Open lostb1t opened this issue 2 years ago • 5 comments

When running the ios-beta on tvOS simulator it triggers an error. Works on iOS simulator. Wondering if it can work on tvOS or not

lostb1t avatar Sep 01 '23 16:09 lostb1t

Hmmm, can you drop the error here?

tvOS is the one platform that's tricky since I can't even remember offhand if Rust has a specific target there. It's all UIKit, but it has subtle differences as to what's available so... yeah....

ryanmcgrath avatar Sep 01 '23 20:09 ryanmcgrath

tried different targets but always get dyld[72062]: could not use 'dyld_sim' because it was not built for platform ios-sim

lostb1t avatar Sep 01 '23 20:09 lostb1t

Mmmm I'm gonna need more information before we can debug this. Can you give some steps to reproduce - with commands etc?

Are you trying to run a simple example or something more complicated?

ryanmcgrath avatar Sep 01 '23 20:09 ryanmcgrath

Im following the instructions in the iOS-beta example from this repo.

lostb1t avatar Sep 02 '23 04:09 lostb1t

The responses here do not give a lot to work with, there's several things that could be at work here. Write up a full reproducible test case - commands you're doing/executing, environment/simulator (version) you're targeting, etc.

ryanmcgrath avatar Sep 02 '23 04:09 ryanmcgrath