Hi guys,
And I'm trying to use ios/native-xcode-node-folder sample project.
But I can't to save data to the file inside main.js
var fs = require('fs');
fs.writeFileSync('test.txt', 'Hello World!');
EROFS: read-only file system, open 'test.txt'
Does anybody know how it can be writable?
Thanks a lot