We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
run_return
run_return doesn't exist on multiple platforms, including ios: https://github.com/iced-rs/winit/blob/1e6623c4d06d110e5408dcbdf1edebd07e6a200e/src/platform/run_return.rs#L1
Currently in
iced/winit/src/application.rs
Line 592 in ee6f4cb
iced
wasm32
Solution: change the cfg_if to match what's in wininit
cfg_if
wininit
iced should compile on all platforms
master
macOS
No response
The text was updated successfully, but these errors were encountered:
Duplicate of #1186. We do not officially support iOS.
That said, I believe #1196 should fix the problem once merged.
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Is this issue related to iced?
What happened?
run_return
doesn't exist on multiple platforms, including ios: https://github.com/iced-rs/winit/blob/1e6623c4d06d110e5408dcbdf1edebd07e6a200e/src/platform/run_return.rs#L1Currently in
iced/winit/src/application.rs
Line 592 in ee6f4cb
iced
only excludeswasm32
fromrun_return
, making iOS and all other platforms withoutrun_return
failed to compile.Solution: change the
cfg_if
to match what's inwininit
What is the expected behavior?
iced
should compile on all platformsVersion
master
Operative System
macOS
Do you have any log output?
No response
The text was updated successfully, but these errors were encountered: