-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
call to unavailable function 'fork': not available on tvOS #39918
Comments
I'm not sure that tvOS is a supported iOS target for Flutter; will move this issue to the flutter repo. |
This issue was moved by devoncarew to flutter/flutter#47928. |
I don't think this should have been moved.
TARGET_OS_IPHONE - Generated code for firmware, devices, or simulator
TARGET_OS_IOS - Generated code will run under iOS
TARGET_OS_TV - Generated code will run under Apple TV OS
TARGET_OS_WATCH - Generated code will run under Apple Watch OS
TARGET_OS_BRIDGE - Generated code will run under Bridge devices
TARGET_OS_MACCATALYST - Generated code will run under macOS I believe @lesnitsky is asking for "sdk/runtime/bin/process_macos.cc" and friends to handle TARGET_OS_TV functions. @devoncarew can you re-open? I don't have permissions. |
Sure, will re-open. |
See also:
|
/cc @a-siva Since it's not allowed to |
Hi, are there updates about this issue? I would be interested in running Dart (and not Flutter) in tvOS. |
our team was able to run a flutter app on tvOS, submit it to the testflight and get it working on a real device |
I see @lesnitsky, thank you! I guess is the same line of thoughts for Dart only (instead of Flutter)... |
@manhluong as far as I can remember, we didn't make many changes to dart itself (if any at all). I believe we've just used different build config and those methods calling |
This sounds very promising @lesnitsky ! I will give it a try when I can and I will report back here. For Dart only as this is my use case for now: no need to drag in whole of Flutter, for me, for now. Thank you for answering me! |
Any news on this? What way did you go @manhluong ? |
@lodmfjord I switched to another project so didn't have time to try this yet. @a-siva thank you! |
I'm trying to build
Flutter.framework
for tvOS and getting this error. Is there a way to workaround this issue?The text was updated successfully, but these errors were encountered: