Farell Sujanto
Farell Sujanto
I also follow the same tutorial and got the same problem. I'm using MKR1000 and changed the library include to `#include `. I've tried to log the error and it...
I've fixed my issue on this error by sending JSON stringified body / sending undefined if the body is empty. This library can't seem to able process null body. ```...
Do you have ```-keep class com.google.android.gms.ads.** { *; }``` in your proguard rules?
I'm using MacOS Sonoma 14.1.1 M1 chip
Its still not working for me. Do you need to have admin acces on your mac device's user account? Because my user is not an administrator
I think my problem is, I don't know which prisma-query-engine is called on the app, because when I delete all prisma-query-engine from the project directory it still says Permission denied...
I've found something strange, my project location is at `/Users/username/Desktop/app_name`, then I've searched the whole device for prisma-query-engine and I've found one on `/Users/username/Library/Containers/com.example.appName/Data/prisma` When I tried to delete it...
Yeah I confirmed this is because of `Directory.current` on macos app is different than other platform due to the strict rules. I'm able to solve my issue with your suggestions...