-
Notifications
You must be signed in to change notification settings - Fork 62
'initWithOptions' of undefined #24
Comments
I'm getting the same problem. It seems that the NativeModule for AWSCognitoCredentials isn't being registered correctly for use in the app. I can't figure out the setup quite yet but I suspect it has something to do with registering the AWS Mobile SDK and the platform specific code (.h, .m and .java) from the git repo with the project. A complete step-by-step set up guide would be very helpful. |
Edit: Maybe you can use (instead of the instructions below): I just reproduced the error by commenting out a line in Android native code: I'm running with : Initial Release v0.0.1 What I had to do to fix it:
Post which may be overlapping: |
When I called So you could:
Since you can interact with the Core, |
@mnichols I tried those steps but I keep having the same error from Xcode: |
That looks like header search path issue in your app's iOS project |
Hi, can you help, all I want is to download file from S3 |
I'm getting this error on both iOS and Android
inside my contructor i have this
what seems to be the problem?
The text was updated successfully, but these errors were encountered: