I have a very simple program, which works python kivy.
In that program I read and write json files.
Everything is fine with every simulator in Xcode Version 13.4.
However when I connect my Phone it can read the json file but can't write in it.
It says;
`File "/Users/batuhan/programs/kivy-ios/2800-ios/YourApp/main.py", line 429, in secom
PermissionError: [Errno 1] Operation not permitted: '/private/var/containers/Bundle/Application/C2508051-03DA-40EC-8587-A40D8B922055/2800.app/YourApp/savelist1.json'
2022-05-19 20:14:09.322995+0300 2800[3486:1776834] Application quit abnormally!
2022-05-19 20:14:09.416628+0300 2800[3486:1776834] Leaving`
As I understand so far it is all about build settings in Xcode.
Because as MacBook user I can write in that json file in simulator and everything works perfect.
I need to give permission to write json file for every user, staff or everyone.
I am just a beginner in Xcode, I think it is related with those settings;
The json file is in same directory with main.py