Closed randomsnowflake closed 1 year ago
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.
Demo
Yes, that was it. Thanks.
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".