I wasted two days of mine to resolve this issue which occurs when you build IOS from flutter project. Error Xcode: Flutter failed to write to a file Error (Xcode): Flutter failed to write to a file at “~/2/build/ios/Release-iphoneos/.last_build_id”. This issue occurs due because cache and versions mismatch in dependencies while overriding a project from other […]
How to make currency detector android app with Java This app is made for visually impaired people to Detect Pakistani Currency note values also if the currency note is not properly visible in camera then app will speak for navigations. Once the note appears properly in camera then image is auto captured and results will […]
When you try to add a origin by using: git remote add origin ‘YOUR-ORIGIN-URL’ Most of times it works but sometimes it says fatal: remote origin already exists. because the origin was already there and you added multiple times by mistake. So to avoid this problem you need check what origins are there first by […]