Closed gdavis closed 2 years ago
This was caused by not properly accessing a security-scoped URL that is outside of the app sandbox. The import operations would fail checks to see if the file exists or when trying to load the data.
The fix was to wrap calls to start/stopAccessingSecurityScopedResource()
on the URL that was given from the file selection UI.
This issue was originally captured in #157 and is being broken out into this ticket to capture just the OPML file issues. Currently investigating to see if I can find some example OPML files that are still failing to import to the app.