iOS Question Cleaning the project from deleted files

kisoft

Well-Known Member
Licensed User
Longtime User
I have an application that displays html files in my webview. If I delete a file from the DirAssets folder, modify it and place it again, the application will show the old, unchanged file anyway.

The application will even display the deleted file.
I don't want to rename files.

Is there a folder in windows where the files are placed and where they should be deleted...?.
 
Last edited:

AnandGupta

Expert
Licensed User
Longtime User
I have an application that displays html files in my webview. If I delete a file from the DirAssets folder, modify it and place it again, the application will show the old, unchanged file anyway.

The application will even display the deleted file.
I don't want to rename files.

Is there a folder in windows where the files are placed and where they should be deleted...?.
I had similar problems and restored to 'renaming' of files _2, _3 etc.

I will be happy if a solution is found.

Regards,

Anand
 
Upvote 0

Alexander Stolte

Expert
Licensed User
Longtime User
Does it work properly if you clean the project (ctrl + p)?
I have the same problem, i use often the clean function on B4A too and 4 weeks ago I have restructured my project and there were a lot of classes that I have deleted from the project for over a year. After deleting it from the file system and recompile, the app size was also much smaller.
 
Upvote 0

AnandGupta

Expert
Licensed User
Longtime User
Are the files listed in the Files tab?

Uninstall the app, cleaning the project and installing it again will surely remove any unwanted files.
Next time I will try this instead of renaming steps. Thanks.

Regards,

Anand
 
Upvote 0
Top