-
Notifications
You must be signed in to change notification settings - Fork 4
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
Use of undeclared identifier 'MicroblinkFlutterPlugin' #5
Comments
Hi @AzarouAmine This is a bug from our side. So, the GeneratedPluginRegistrant.m file should look like this:
Let me know if it helped. |
Thanks @mparadina, Your solution works good, I'm able to run the app in iOS now. Any idea when the next version with the fix will be released? |
HI @AzarouAmine does this complete ur requirement i mean did u scan card properly |
Hello @jimykhan , This solution does work, but it isn't the best one. Every time you rebuild your app (adding a new dependency for example), you'll have to make this change manually. |
I am changing following in my code base but it regenerate and come back the older version when I run project. What can I do? |
Hi @nadas00, Are you changing it inside the GeneratedPluginRegistrant.m file? Which SDK version are you using and to which does it revert back to? Best regards, |
Hey @anjapenic @AzarouAmine , I'm facing the same issue as @nadas00. I changed the code inside the GeneratedPluginRegistrant.m file like @AzarouAmine mentioned, but when I build the app, the GeneratedPluginRegistrant.m file regenerates with the previous, unchanged code.
|
Renaming the plugin strings is currently the only workaround to the issue. Once the release is live, I will make a follow-up here. |
Hello,
When trying to launch the app in iOS I get this error :
The text was updated successfully, but these errors were encountered: