You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example is currently written as a xcodeproj(macOS and iOS with Xcode is required) instead of a package so you can't run it on Linux platform. SwiftPM entry executable point only supports macOS and Linux. I'll update the example to add a SwiftPM based example package later to support Linux platform swift run
The project is still in early development, so only some interface API and underlying data structure is supported. So you can't boot and show an UI element yet. Tracked via Add other backend UI framework on non-Darwin platform #1
Hi,
I can successfully run
swift build
for the project, but when I runswift run
,How can I run the examples?
Ubuntu 22, without Xcode.
The text was updated successfully, but these errors were encountered: