-
Notifications
You must be signed in to change notification settings - Fork 54
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
Build fails because Logger symbol is not found #134
Comments
@robingenz as we talked about it in discord heres the bug report |
Thank you. I created a fix: #130 🙌 |
Cool thank you for fixing it that quick 🫶 |
Im not sure if this will fix it. Just added the import into our coding here and it still gives an error:
|
@lb-ovc Does this help? I'm currently having problems with my local setup and can't build this one plugin. I don't know why yet. That's why I created this PR: #131 |
Yes this solved those issues. While testing with different images we encountered that the createContact fails sometimes. I was able to narrow it down to the image. Not sure why it happens tho.
Im not sure why that error would occure in the first place because we do not use the reponse of the createContact method any further. sadly the error message is not very good and just says something went wrong: |
We will remove the image prop for now and add it later when the new feature is properly tested and fixed |
That's strange. It works for me 100% of the time.
You must print the error in this line:
|
@lb-ovc I just tested my implementation again using the following dev build and everything worked without issues:
Feel free to create a separate issue with some more details about your problem and i will take a look. |
I was able to log the error:
|
I guess that means your image (base64 string) is too big. We should throw this error so that we can handle it in the WebView. Please create a separate issue for that. As a workaround, I recommend compressing your image before you call the |
Yeah, the image has 2mb. Will create the issue later that evening. We will be implementing this in the next sprint then. |
Same issue here. The last release don't work on Android. |
I used this version and it's building correctly now. Hopefully it will be incorporated soon. |
Bug Description
When attempting to start the simulator or build the project on an Android device, the build fails with the following error:
To Reproduce
Steps to reproduce the behavior:
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
We applied a temporary fix by using a patch file to remove the problematic line.
The text was updated successfully, but these errors were encountered: