No visible @interface for filetransferutility
girish989 opened this issue · 1 comments
girish989 commented
Helo All,
I am trying to install the filetranferutility following instrucitons here: #35
I started getting the bellow error when I trying to launch .. any help is greatly appreciated. Thank you.
apps/reactnative/TestAppRu /node_modules/aws-sdk-react-native-transfer-utility/ios/AWSTransferUtility/AWSRNS3TransferUtility.m:127:23: No visible @interface for 'AWSS3TransferUtility' declares the selector 'downloadToURL
girish989 commented
Found the solution:
downloadToURL
should be changed to
downloadToURL
Missed an 'l' in completionHandler .. took 1 full day for me.