Feedback FB21154711
I have this code
struct ContentView: View {
var body: some View {
VStack {
Link(
"www.apple.com",
destination: URL(string: "https://apple.com")!
)
.buttonStyle(.bordered)
}
.padding()
}
}
and get error when tapped
unable to make sandbox extension: [2: No such file or directory]
0.5
Potential Structural Swift Concurrency Issue: unsafeForcedSync called from Swift Concurrent context.
0.5
Topic:
Accessibility & Inclusion
SubTopic:
General
Tags: