<AWSframework> framework not found.
xavicolomer opened this issue · 2 comments
xavicolomer commented
I'm trying to use the aws-sdk-react-native.
- I downloaded the SDK into ~/Documents/AWSSDK to maintain the same criteria as in FacebookSDK.
- I copied the frameworks I wanted to use, I started with all of them, but due to the error I started removing one by one with no luck.
This is the error I am getting (In this case its for AWSCore but it will be any eventually):
ld: framework not found AWSCore
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I'd say the instructions could be better. Does anyone succeeded setting this up? Any example?
Thanks!
bakhansen commented
Have you followed these instructions?
https://github.com/awslabs/aws-sdk-react-native/tree/master/Core/example
Some helpful threads related to installing the sdk:
#35
#4
#24
How have you packed the packages and installing them?
xavicolomer commented
@bhses Yes. Now I've advanced a little but, but still having some problems. I will be following the main thread now.
Thanks!