Hello, I am creating an app to let users coding html css and JavaScript.
i did import WebKiit and SuiftUI, but has somany errors in the code to implement my logic so users can switch between html css and Javascript.
i did create the program and working perfectly and created an app using Built in Apple the lunch Automator
programs works perfect , and wants it to build an app on. Xcode for macOS .
comes with so many errors in and red the documentation still have so many bugs .
import SwiftUI
import Webkit
struct ContentView: View {
@State private var webView: WKEebview = WKWebview()
….
main bugs :
webView.evaluateJavaScript ….
xcode didnt recognize the instance .
looking for recommendations.
Thanks again