Hi all. I'm running into this issue with fopen tha...
# kotlin-native
x
Hi all. I'm running into this issue with fopen that is used by okio multiplatform,
Copy code
Uncaught Kotlin exception: okio.IOException: Operation not permitted
This is thrown from
fopen
with "wx" or "w" parameters. This throws only on physical devices and not on the simulator. Anyone ran into this issue before? I've raised an issue on okio but I think this more a native issue