erisu commented on issue #384:
URL:
https://github.com/apache/cordova-plugin-file-transfer/issues/384#issuecomment-3578852259
I ran a quick build test myself and it seems these are the errors:
```
CDVFileTransfer.m:331:65: error: no visible @interface for 'CDVPlugin'
declares the
selector 'filesystemForURL:'
331 | fs = [[self.commandDelegate getCommandInstance:@"File"]
filesystemForURL:sourceURL];
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^~~~~~~~~~~~~~~~
CDVFileTransfer.m:433:72: error: no visible @interface for 'CDVPlugin'
declares the
selector 'fileSystemURLforLocalPath:'
433 | targetURL = [[self.commandDelegate
getCommandInstance:@"File"] fileSystemURLforLocalPath:target].url;
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~
```
--
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]