-
Notifications
You must be signed in to change notification settings - Fork 31
Cannot find 'NotifierManager' in scope #136
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
Comments
Hi @mirzemehdi. I've the same problem. I did everything based on the instruction, and I've no ideas what's wrong. ` @main
} and here are fragments from my build.gradle.kts file:
I read other closed issues but they have no solutions for me. I also have no problems with java heap space. If I forgot any obvious things maybe it makes a sense to add it to the instruction? Maybe should I instal some packages from the xcode package manager? |
KMPNotifier and Kotlin version:
kmpnotifier version: 1.5.1, kotlin version: 2.1.10
Describe the bug
After following the instructions, i get the error:
iOSApp.swift:34:9 Cannot find 'NotifierManager' in scope
In which platform bug occurs?
ios
To Reproduce
Just hit the build
Expected behavior
Based on the instructions, it should just work.
I would prefer to have it set up as a normal dependency, that would be easier to maintain.
Additional info to help reproduce
If possible logs, or even a small sample project to help reproduce your case.
The text was updated successfully, but these errors were encountered: