GitToTheHub commented on PR #942:
URL: 
https://github.com/apache/cordova-plugin-camera/pull/942#issuecomment-3746524038

   > What is the actual fix for the `resolveLocalFileSystemURL ` problem here? 
The symlink resolving? Calling `urlTransformer`?
   > 
   > We deprecated/removed `urlTransformer` in cordova-ios 8, so in theory that 
should have no effect...
   
   Correct. Symlink resolving and using `urlTransformer`. But I saw also that 
`urlTransformer` is deprecated. Can the `urlTransformer`method be removed from 
the plugin?:
   
   
https://github.com/apache/cordova-plugin-camera/blob/dc682b2532255252100467881e4f611644e3a6e3/src/ios/CDVCamera.m#L114-L130
   
   I used GPT to get an idea what could be wrong. He proposed also to make 
symlink resolving for the filesystems in `CDVFile.m` like this:
   
   <img width="1077" height="720" alt="image" 
src="https://github.com/user-attachments/assets/b008c464-798e-49a3-abe8-70cd086d2b50";
 />
   
   But I don't know, if this would help, beacause picking an image is working 
without symlink resolving.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to