Skip to content

read-only file system in iOS #26

@boby1975

Description

@boby1975

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions