Closed jfbloom22 closed 3 years ago
I can place a breakpoint in get_config within Plugin.swift, and it is reached. Could you please try running npx cap sync
and clean your Xcode build folder?
Note that the "fallback" option has been removed. Refer to the new "on_fallback" option in the docs.
Thx! followed those steps and I am no longer getting the error.
I updated to version 1.0 and configured it in my iOS app. When I try to write I file I see this error:
Here is the section of code I am using to call write_blob():
When I test the code from https://github.com/diachedelic/capacitor-blob-writer/pull/30 writing the file works well.