Pythonised
Feb 24, 2022 - 04:31
import os
print(os.getcwd())
Running that code in a file is giving me a permission error.
Traceback (most recent call last):
File "/private/var/mobile/Library/Mobile Documents/com LoudDocs/_test/test_function.py", Line 3, in
PermissionError: [Errno 3] Operation not permitted
I can run the same code/file on my iphone and it works. how have i changed ios permissions on my iPad.