Closed test4511 closed 4 years ago
Hi, Thanks for reporting the issue.
This issue has already been resolved and queued in the upcoming release.
Please refer this for instant solution https://github.com/AmolGangadhare/flutter_barcode_scanner/issues/37#issuecomment-559088480
Now about the second error log, it seems to be another plugin's issue. Please revert any changes you made to make this work and try the solution in the link.
If possible please acknowledge this if this works for you.
Hi I try the second error log because your solution at comment #37 is not working for me
In this, we need minimum deployment target 10, were you trying it on 8?
I changed to deployment target 10 and also change it to legacy system. I also change the source file class like comment #37 but still same error occur.
I'm not able to reproduce this. Can you provide a list of packages (pubspec.yaml) you are using in your project?
i'm having the same issue, change the pod file like said in issue #37 but still no luck.
what is even stranger is that i can build from xcode no problem but the bug happens when i try to run from vscode.
@nicolasvahidzein
As per your last comment, I can understand that build is failing when using vs code. In your case, this issue may be specific to the flutter extension. In general, try to build ios part always from Xcode not for this plugin but for all flutter projects, it will be always prefered to do it from Xcode.
Please do let me know any findings from your side.
Thanks
@test4511
Any updates?
As I said in your second provided log, I can see that there is an issue where webview is used, this seems to be another plugin's issue. In this plugin, we do not use webview.
First let me congratulate you on your terrific package.
Secondly, i was able to find helpful advice on this repo about the errors and they have gone away, now it's relating to something else. We can close this issue for now. Thank you!!
@nicolasvahidzein
Thank you so much for your appreciation. It always encourage me to do better n better.
If you face any issue, feel free to report it.
Thanks
V1.0.0 has been released, can you try it on the latest and confirm the same?
Closing this issue, please feel free to reopen is the issue persists
Describe the bug I want build ios release but it shows error from flutter_barcode_scanner. The way to reproduce it is by using flutter build -ios --release
New Error Log After searching I saw some people stating that they are able to fixed it by changing their deployment target to 11.0. The way to reproduce it is changing my deployment target from 8.0 to 11.0.