Skip to content
This repository has been archived by the owner on Oct 12, 2018. It is now read-only.

No visible @interface for filetransferutility #54

Open
girish989 opened this issue Apr 14, 2017 · 1 comment
Open

No visible @interface for filetransferutility #54

girish989 opened this issue Apr 14, 2017 · 1 comment

Comments

@girish989
Copy link

girish989 commented Apr 14, 2017

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

@girish989
Copy link
Author

girish989 commented Apr 16, 2017

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant