Flutter project gradle build errors - flutter

Please help me to remove these two errors
"new Properties()" 2. "GradleException()"
I have attached a picture.
Please help me to solve this error
I found the solution but fail to get the results.

You can ignore these errors. Your project will work just fine.

Related

Visual Studio Code Factory Reset

I keep getting a error when I debug and run my HTML doc. I don't know how to fix it, so I just want to factory reset everything and start over fresh. Apparently uninstalling and reinstalling doesn't help as I tried...and am still getting the same issue.
This is the error I'm getting:
crbug/1173575, non-JS module files deprecated.
chromewebdata/(index)꞉6545:22:6770
I have no idea how to fix this or even what the direct issue is. I've looked online and tried the 'clear out the launch.json', but that didn't work. I have an HTML assignment due in 3 days. I hope someone out there can help me or give me a good HTML program recommendation.

Cannot build a Swift project AppDelegate.swift fails

I need some help, I cannot find the build error after hours, when I try to compilate it shows me an error, could someone help me please? I leave the link below. Thanks in advance!
My project in GitHub
Try using Command + Shift + K to clean the build folder
As mentioned before you have a lot of breaking constraints, but your project builds successfully in xCode 11.3.1. Consider deleting derived data from you xCode.

Receive Clang error message exit with code 1 when building/Archiving Project

Whenever I'm getting ready to archive my project and build it to see if everything is ok. I get an error message. I tried to look it up but the solutions did not work for me. can someone please help me?
I am using cocoapods on my project. (I thought it had something to do with PCLBlurEffectAlert and so I deleted the framework from the pods section but I still get the error message.)
You can click on the image to make it bigger so you can see it.
Thank You in advance!

Karma closure gives "Missing Dependency" error even for the demo app

I am trying to make karma closure plugin work for me.
I did all the changes mentioned here.
https://github.com/karma-runner/karma-closure
But i am unable to resolve the dependencies for the goog.
I did all exact steps there in the example.
So i cloned the whole repo and trying running the
karma start test-app/karma.config.js
Karma for the repo is also failing for me. it doesn't find "goog.string"
Shows the error here:
https://github.com/karma-runner/karma-closure/blob/master/lib/resolver.js#L37
It will be great to if someone can help with this.
Thanks.

parse Issue "Expected a type" error occur in framework

I am using "parse.com" in my application. I just bought a new system and i want to shift my project in new mac but in new mac my project makes issue of "Parse Issue" and error "Expected a type". While on my old system it is working really fine.
These errors are coming in my frame work "Parse.framework" and file "PFFacebookUtils.h".
I clean my project and build I quit my xcode then build but in vain. Kindly help me to run it on new system. Pic is attached also and if someone wants me to upload code then kindly tell me
In your projects build phases make sure that your framework is listed under link binaries
I got fixed my problem. It was really weird problem for as it is a generic error. It was not showing any clue. My problem is fixed when i just added the latest version of facebookSDK in my documents folder.