I am only relatively new to the community. However, I can't get a few packages together and now I don't know how to get any further and I'm still at the beginning of my project, I would also be willing to share my Xcode project for better help if someone could look at it and fix it, I would be very happy. I'm really desperate :( I wanted to combine the package Runestone with TreeSitter and other programming languages from TreeSitter but the same errors keep coming and I can't get my app to work no matter what I do I always get these errors:
RunestoneEditorView.swift:4:8 Type 'RunestoneEditorView' does not conform to protocol 'UIViewRepresentable'
RunestoneEditorView.swift:10:42 Cannot find type 'EditorTextView' in scope
RunestoneEditorView.swift:11:18 Cannot find 'EditorTextView' in scope
RunestoneEditorView.swift:32:33 Cannot find type 'EditorTextView' in scope
RunestoneEditorView.swift:42:40 Cannot find type 'EditorTextViewDelegate' in scope
RunestoneEditorView.swift:45:44 Cannot find type 'EditorTextView' in scope
RunestoneEditorView.swift:48:42 Cannot find type 'EditorTextView' in scope
I don't know what else to do either. I have already uninstalled and reinstalled the package and also checked whether it is correctly integrated but nothing works.
Thank you in advance