Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tvOS example #104

Open
lostb1t opened this issue Sep 1, 2023 · 5 comments
Open

tvOS example #104

lostb1t opened this issue Sep 1, 2023 · 5 comments

Comments

@lostb1t
Copy link

lostb1t commented Sep 1, 2023

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

@ryanmcgrath
Copy link
Owner

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....

@lostb1t
Copy link
Author

lostb1t commented Sep 1, 2023

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

@ryanmcgrath
Copy link
Owner

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?

@lostb1t
Copy link
Author

lostb1t commented Sep 2, 2023

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

@ryanmcgrath
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants