-
|
I have a pretty straightforward React project that I'm now trying to integrate is doing nothing. There is nothing logged to the console in Xcode. I've tried doing it as an I've added file access permissions to both Have I overlooked something else I should be doing? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
|
Unfortunately, I cannot help you without a reproduction example. This plugin should be pretty easy to implement. I'm not aware of any common issues. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.




Thanks again for your help on this. I had an immensely frustrating time with this, building and rebuilding, cleaning the build folder and deleting DerivedData, sometimes to only have it work once and then on a subsequent run to have it not work again. For some reason it was only the FilePicker extension: even newly added Capacitor extensions would work properly.
I finally figured out (I think) what the issue was. And at any rate I'll provide the details in case anyone else encounters this.
Due to an issue I was having with some Objective-C++ symbols crashing the LLDB RPC server when resolving them, Apple DTS recommended I install Xcode beta 26. At the time of encountering this FilePicker …