amazon-archives/aws-sdk-react-native

No visible @interface for filetransferutility

girish989 opened this issue · 1 comments

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🪣 key:expression:completionHander:'

Found the solution:

downloadToURL🪣 key:expression:completionHander:

should be changed to

downloadToURL🪣 key:expression:completionHandler:

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