Hello Everyone,
Planning to add one Devoloper to my team for Xcode app development.
whats best to configure Xcloud ,Git and push updates to the main branches .
and i prefer not to use third party software or additional tools .
Thanks a lot and much appreciated
Post
Replies
Boosts
Views
Activity
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