aws-sdk-react-native icon indicating copy to clipboard operation
aws-sdk-react-native copied to clipboard

No visible @interface for filetransferutility

Open girish989 opened this issue 7 years ago • 1 comments

Helo All,

I am trying to install the filetranferutility following instrucitons here: https://github.com/awslabs/aws-sdk-react-native/issues/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:bucket: key:expression:completionHander:'

girish989 avatar Apr 14 '17 23:04 girish989

Found the solution:

downloadToURL:bucket: key:expression:completionHander:

should be changed to

downloadToURL:bucket: key:expression:completionHandler:

Missed an 'l' in completionHandler .. took 1 full day for me.

girish989 avatar Apr 16 '17 14:04 girish989