gonzalezreal / swift-markdown-ui

Display and customize Markdown text in SwiftUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Demo project does not run

randomsnowflake opened this issue · comments

I downloaded the repository and opened the Examples/Demo project file in the newest Xcode.

While the build (for all platforms) succeeds, running the app doesn't do anything. No binary is generated.

Also, when opening the SwiftUI views, the Canvas displays "Cannot preview in this file - Active scheme does not build this file".

Have you selected the correct scheme?

You need to select the Demo scheme to run the demo. Once you choose the scheme, everything should work fine, including previews.

Screenshot 2023-03-13 at 10 15 15

Yes, that was it. Thanks.