Posts

Post not yet marked as solved
0 Replies
99 Views
One of my application needs to read a file when the app starts. When I build the application for the first time, it runs well. But when I trigger the build for the second time, I notice that the App runtime is trying to read the file from its previous build location. When I open the build folder, delete the build and run build again. The app runtime even tries to read from the .trash path which points to the deleted version. Now I have to "Clean build folder" every time before "build", which is super annoying.
Posted Last updated
.