Simone Marra

Results 9 comments of Simone Marra

> @lorenzochaudessolle it needs to go in body, at the bottom of your `style.scss` or inside `@mixin nb-overrides()` in your `_override.scss` you need to add the following : > >...

I'm starting a brand new project using AndroidX out of the box. Actually on Android it seems to work correctly but I need some more time to check all the...

Actually I'm not using AppCenter in my App and few minutes ago I tried to update to v3.3.0. Same problem, the build process fails on iOS. I also tested a...

It worked for me!!! thank you @jocontacter

Hi! I'm still having issues using iOS13.2 and XCode 11.2 (11B52). The app don't load correctly the maps, it has too much bugs, etc... I don't know what is happening,...

Hi, I'm having the same issue since I had to change the page launching the imagecropper component, using now a Modal page instead a standard navigation page. I'll try your...

I'm having the same issue when using the flutter package https://github.com/hnvn/flutter_image_cropper that uses TOCropViewController as iOS component. Is there any suggestion?

> I just chose a team inside the Signing&Capabilities -> Targets -> TOCropViewController-TOCropViewControllerBundle and it works perfectly ...Oh dear! If a debug message says EXACTLY what is missing, then give...

Hi, I found this stack overflow answer that helped me to solve the issue: https://stackoverflow.com/a/77738936/2114245 I applied the mod on android root build.gradle file: ``` ... allprojects { repositories {...