I am saving an image in a directory but when I go to access it returns that the file does not exist and checking the route I find that part of it changes every time I access the attached route example:
/ Users / mac / Library / Developer / CoreSimulator / Devices / B378CE15-4E91-4EA1-9DDD-FCD5DC9D8190 / data / Containers / Data / Application / 21C7E4D9-B138-44C2-80BB-2B431056C0EE /Documents/TMGProfileImage/663565364763465.jpg
/ Users / mac / Library / Developer / CoreSimulator / Devices / B378CE15-4E91-4EA1-9DDD-FCD5DC9D8190 / data / Containers / Data / Application / EEE47491-8D09-40FB-ADBE-78E7B1F83674 /Documents/TMGProfileImage/663565364763465.jpg
What should I do in this case so that the file is not lost?
Thanks