Hi Alex, I believe that the issue is resolved, as of this morning. I've commented on the bug in JIRA -- File is now resolving all symlinks in file:/// URLs, so if your incoming URL starts with /private/, then that will be stripped.
This didn't quite make it into v1.0.1, so for now, the unofficial solution is to install the dev branch of the File plugin. You can do that from github directly, or you can use the Codova CLI like this: $ cordova plugin add git://github.com/apache/cordova-plugin-file.git#dev Try that out and let me know if it solves your problem. Thanks, Ian On Sun, Mar 2, 2014 at 4:33 PM, Alexander Rasin <[email protected]> wrote: > Hello, > > Apologies for bothering everyone -- but I am trying to figure out the > situation with CB-4952 bug (which prevents resolveLocalFileSystemURI > from getting access to the captured media files on iOS). This is > really, really putting a cramp into our development by killing an > important feature in the iOS app. > > Since the fix did not make it into the recent Cordova release, I am > trying to determine what the timeline on this is going to be. The > latest activity on the Jira page is two months old - is there a > preliminary fix/unofficial version available somewhere that addresses > this issue in the meantime? > > Thank you, > Alex. >
