Replies: 1 comment 1 reply
-
|
Skip Fuse doesn't support I expect that is the source of your issue, but if you continue to experience problems when updating your types to use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am have great difficultly trying to build a SkipFuse app from my existing code. I started by using "skip init --native-app"
Then added my sources....
The iOS build seems to work fine.
I am getting literally "thousands" of errors at the gradle build step.
Example below.
AppSettings.swift:5:20: error: cannot find type 'ObservableObject' in scope
4 |
5 | class AppSettings: ObservableObject {
| `- error: cannot find type 'ObservableObject' in scope
The .swift snippet that generates this error
import Foundation
import SwiftUI
import Observation
class AppSettings: ObservableObject {
// etc
}
Beta Was this translation helpful? Give feedback.
All reactions