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

OpenStreamForWriteAsync(IStorageFolder, String, CreationCollisionOption) throws Exception: System.IO.FileNotFoundException #1077

Closed
2 of 9 tasks
zipswich opened this issue Jun 16, 2019 · 1 comment
Assignees
Labels
difficulty/starter 🚀 Categorizes an issue for which the difficulty level is reachable by newcomers kind/bug Something isn't working platform/ios 🍎 Categorizes an issue or PR as relevant to the iOS platform project/core-tools 🛠️ Categorizes an issue or PR as relevant to core and tools
Milestone

Comments

@zipswich
Copy link

Current behavior

Code
await ApplicationData.Current.LocalFolder.OpenStreamForWriteAsync("foo.txt", CreationCollisionOption.ReplaceExisting)
throws:

Exception: System.IO.FileNotFoundException: Could not find file ".../Library/Developer/CoreSimulator/Devices/E86F6ABD-3120-41F6-A850-7527F82D11E2/data/Containers/Data/Application/55ACE83E-F2B2-4F7F-9001-ACA4E03801B2/Library/Data/foo.txt"

Expected behavior

Creates file foo.txt

Creates file foo.txt

How to reproduce it (as minimally and precisely as possible)

await ApplicationData.Current.LocalFolder.OpenStreamForWriteAsync("foo.txt", CreationCollisionOption.ReplaceExisting)

https://github.com/zipswich/UnoDebug

Environment

Nuget Package:
Uno.UI
Package Version(s):
1.45.0-dev.1769
Affected platform(s):

  • iOS
  • Android
  • WebAssembly
  • Windows
  • Build tasks

Visual Studio

  • 2017 (version: )
  • 2019 (version: )
  • for Mac (version: )

Relevant plugins

  • Resharper (version: )

Anything else we need to know?

@ghuntley ghuntley added platform/ios 🍎 Categorizes an issue or PR as relevant to the iOS platform kind/bug Something isn't working labels Jun 19, 2019
@agneszitte agneszitte added project/core-tools 🛠️ Categorizes an issue or PR as relevant to core and tools and removed priority/backlog labels Sep 21, 2020
@jeromelaban jeromelaban added the difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. label Feb 15, 2021
@MartinZikmund MartinZikmund self-assigned this Mar 20, 2021
@MartinZikmund MartinZikmund added this to the 3.7 milestone Mar 20, 2021
@MartinZikmund MartinZikmund modified the milestones: 3.7, 3.8 Apr 21, 2021
@MartinZikmund MartinZikmund modified the milestones: 3.8, 3.9 May 12, 2021
@MartinZikmund MartinZikmund added difficulty/starter 🚀 Categorizes an issue for which the difficulty level is reachable by newcomers and removed difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. labels Jun 2, 2021
@MartinZikmund
Copy link
Member

This is resolved now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty/starter 🚀 Categorizes an issue for which the difficulty level is reachable by newcomers kind/bug Something isn't working platform/ios 🍎 Categorizes an issue or PR as relevant to the iOS platform project/core-tools 🛠️ Categorizes an issue or PR as relevant to core and tools
Projects
None yet
Development

No branches or pull requests

5 participants