You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class JwstWorkspace: ObservableObject {
var workspace: Workspace
init (workspace: String) {
// Not compiled , even changing it to Workspace(ptr: workspace.intoRustString())
self.workspace = Workspace(workspace)
}
}
Error
OctoBase/apps/swift/octobase-demo/octobase_demoApp.swift:26:36 Cannot convert value of type 'String' to expected argument type 'UnsafeMutableRawPointer'
The text was updated successfully, but these errors were encountered:
Hi, how do you guys fix this the error please? I am using the latest code from the master.
apps/swift/octobase-demo/octobase_demoApp.swift#L26C1-L27C1
Error
The text was updated successfully, but these errors were encountered: