guillem-sopra edited a comment on issue #506: iOS13 file_uri error picking 
video from gallery
URL: 
https://github.com/apache/cordova-plugin-camera/issues/506#issuecomment-559521690
 
 
   We are still seeing the problem when building in certain machines. In my Mac 
with Catalina 10.15.1 and Xcode 11.2.1 the issue is fully solved, building the 
exact same code in another one with Xcode 11.2 the problem happens. What I've 
noticed is that the uri retrieved with `getPicture` is different for the exact 
same file:
   - App built with xCode 
11.2.1:`file:///var/mobile/Containers/Data/Application/CEAE19D3-FA3D-4794-87B3-5C5B3F4FAEDB/tmp/trim.3D3C1DC...`
   - App built with xCode 11.2: 
`file:///private/var/mobile/Containers/Data/PluginKitPlugin/63B2E68A-2780-4BDE-982B-A14fC50A1E04/tmp/trim.3D3C1DC...`
   
   Notice 3 things: the `private/` folder at the beginning, `PluginKitPlugin` 
instead of `Applications` and the different 'hash'.
   
   I'm lost here ... 😢 
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to