1

I was debugging on my flutter app on Windows platform but it got stuck, I thought it might be caused because of some error in my code. I terminated the session and restarted the debugging. But then this error was shown when I debugged on Windows.

LINK : fatal error LNK1104: cannot open file 'C:\Users\Dell\Desktop\vsc flutter\Be-Pass-Flutter\build\windows\runner\Debug\be_pass.exe' [C:\Users\Dell\Desktop\vsc flutter\Be-Pass-Flutter\build\windows\runner\be_pass.vcxproj]**

It is working on browser and mobile but not on windows. I need to run it on Windows.

Ahmed Ashour
  • 5,179
  • 10
  • 35
  • 56

2 Answers2

0

This is my way to resolve the same problem:

  1. flutter clean
  2. flutter pub get
Kate
  • 1
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Aug 22 '23 at 22:33
0

No solution yet. There is only solution to install windows SDK or close antivirus. and then run in windows otherwise you have to remove the dependancies which or not supported or creating truble to build windows app.