-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Type 'Bundle' has no member 'module' #22
Comments
Thanks for the report and apologies for the delay (I love exams!). This should hopefully resolve the issue. https://stackoverflow.com/questions/64407950/swift-package-manager-type-bundle-has-no-member-module-error I'm thinking it has something to do with Swift 5.3 wanting to use |
@Shubham1992 did you figure this out? |
Nvrmd, I got it working. Turns out that I was installing it incorrectly. |
@lucychen0103 how did you solve the error? can you help out? |
@kishanbh I forgot what I did but I can try to help you out. Do you still need help? How are you installing it? |
Error in line
if let filePath = Bundle.module.url(forResource: "rich_editor", withExtension: "html") { webView.loadFileURL(filePath, allowingReadAccessTo: filePath.deletingLastPathComponent()) }
in RichEditorView Line 157.
The text was updated successfully, but these errors were encountered: