-
Notifications
You must be signed in to change notification settings - Fork 15
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
IOS Build Failed #19
Comments
Hi, make sure your target Runner looks like the following in your project's Podfile:
Then clean your project, make a pod repo-update and run again:
|
Hi @luis901101 Yes I have tried this and the target part is already in my Podfile as described by the plugin docs. Literally I have cleared everything and regenerated it but unfortunately does not help. |
Ok then, check that you are using the same Check:
Also in the Podfile try with this in the post_install:
after all of this it would be good to repeat the clean of the previous comment, also try with Try building your project for a Simulator as well as a physical device, and as a last resource I would recommend you to download the zsdk sample project and try to run it then compare it with your project. I hope it helps. |
Unfortunately still not working, I will do some more investigations and log the results here, if you have any other ideas let me know. Thanks so much for you support and great work 🙏 |
Did you tried the las part of my previous comment:
|
@luis901101 Yes, I found that some headers of the zsdk plugin are conflicting with other headers from other plugins, for example, the example project works well, but when adding zebrautility to this project it will not compile due to ZebraPrinterConnection.h file and some other header files with same name, also some plugins I'm using are internally using gRPC, it is conflicting with a file called Status.h (both plugins contain two header files with the same name). |
Hello, I'm facing a similar situation as @amrLLSE this is my error:
I found that this error only appears when I have added the zsdk and cloud_firestore packages to my project. When I remove one of them the error disappears. @amrLLSE did you manage to solve your error? Any ideas how to solve it? Thanks |
Hello, i notice when i run pod install i have this warning
|
@ziperjohn So far no as I didn't have the time to do so, if I did later I will update the issue. |
Hello @luis901101 you can take a look at my problem. Steps to replicate the problem.
I have spent the last day trying to solve this problem, with little success. When I set Allow Non-modular Includes In Framework Modules to Yes in xcode, this error disappears:
But these errors will remain:
Flutter doctor:
Thanks for your effort |
Hello Any progress @amrLLSE @luis901101 ? |
Hello
I'm facing this after installing the plugin to my project, I'm trying to migrate from zebrautility plugin to zsdk:
I'm already integrating the printer, now just refactoring to use ZSDK as I found that this will help me overcome some issues that I'm facing currently.
When adding it to a fresh project, it builds successfully. Any ideas?
Thanks 🙏
The text was updated successfully, but these errors were encountered: