-
-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Sembast always throws exception on my device. #189
Comments
I just fixed it. #190 |
The same for me on the iPhone X the same error, on 1.0.22 which came out today. |
If you uninstall the project from your device/emulator does the issue
persist?
…On Tue, 11 Jun 2019 at 17:42, pastordee ***@***.***> wrote:
The same for me on the iPhone X the same error, on 1.0.22 which came out
today.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#189>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB4CPXT7CXKN5MSISMLD3NLPZ7IZDANCNFSM4HTWOSFA>
.
--
Kind Regards
Phill Wiggins
Phill.Wiggins@Gmail.com
|
Ok thanks will try that now. |
Sorry phill that didn't work, it still giving the sane error. Unhandled Exception: FileSystemException: Creation failed, path = '/var/mobile/Containers/Data/Application/21216150-D628-4FF9-BCDE-9BF710FEEC77/Documents+' (OS Error: Operation not permitted, errno = 1) |
Okay. That looks incorrect. The project hasn't updated as the + is no
longer there.
Try to repull all dependencies. I think there is still a big, but shouldn't
be that bug.
…On Tue, Jun 11, 2019, 20:10 pastordee ***@***.***> wrote:
Sorry phill that didn't work, it still giving the sane error.
Unhandled Exception: FileSystemException: Creation failed, path =
'/var/mobile/Containers/Data/Application/21216150-D628-4FF9-BCDE-9BF710FEEC77/Documents+'
(OS Error: Operation not permitted, errno = 1)
#0 _wrap. (package:sembast/src/io/file_system_io.dart💯7)
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#189>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB4CPXVWRKS5NBE7SINU5CDPZ72AXANCNFSM4HTWOSFA>
.
|
Hey Phill is working now, The fix in #190 did it for me Thank for your amazing work. |
Note the path "Documents+", I think this cause the exception.
Simulator works fine.
The text was updated successfully, but these errors were encountered: