amazon-archives / aws-sdk-react-native

AWS SDK for React Native (developer preview)
Apache License 2.0
631 stars 68 forks source link

AWSCore error on Xcode #33

Open alexmngn opened 7 years ago

alexmngn commented 7 years ago

Hello, I am trying to use AWS Cognito on my project but I keep having an issue importing the library.

I installed the current master branch to my node_modules package, linked, installed AWSCore as a cocoapod but still get the following error:

screen shot 2017-01-09 at 18 08 03 copy screen shot 2017-01-09 at 17 45 34

Any idea? Thanks

chunghe commented 7 years ago

Could you expand Libraries -> Core.xcodeproj -> Frameworks to see if there's any .framework there? I've encountered the same issue and suspect that's the root cause.

alexmngn commented 7 years ago

@chunghe You're right the framework is missing. Where am I supposed to find it?

screen shot 2017-01-10 at 10 44 28
chunghe commented 7 years ago

Haven't figure it out yet. Hope somebody here could help.

chunghe commented 7 years ago

@alexmngn try to see if this works for you #35