Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't create dir file #1

Open
ngoc-phoenix opened this issue Aug 16, 2023 · 0 comments
Open

Can't create dir file #1

ngoc-phoenix opened this issue Aug 16, 2023 · 0 comments

Comments

@ngoc-phoenix
Copy link

ngoc-phoenix commented Aug 16, 2023

I just do an example as below:

void initState() {
super.initState();
JSONBridge jsonBridge = JSONBridge()..init(fileName: 'multilingual');
jsonBridge.write({
'name': 'John Doe',
'age': 25,
'address': {
'street': 'Main Street',
'city': 'New York',
'country': 'USA'
}
});
}
But when build with iOS version, I get the error that can't create dir file as the screenshot below

Screen Shot 2023-08-16 at 3 22 29 PM

Do you have any idea about it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant