-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read property 'configure' of undefined (LinkedInSessionManager.ios.js) #9
Comments
I started working with this yesterday, and have been getting the same error triggered by the same lines of code, although--
and
Regardless, I'm still getting the same error triggered by the same lines of code and I'm a little lost on how to go about fixing this. |
I have the same problem. Did someone get it to work? |
@freework-tech I haven't yet. 😢 |
@bethqiang: I figured it out: Let me know if it works |
Your solution doesn't work for me. I also updated the code by hand in
|
Merged #11. Sorry guys, I was busy working on something else. |
No worries! I'll try again later this week and report back. |
Doesn't work for me :-( |
I had to use @freework-tech's solution in addition to using the latest version, but things worked! Re: @freework-tech's solution, this is what my Xcode looked like per that: I ended up deleting the RNLinkedInSessionManager folder (bullet point 4 in the iOS section of the README right before "Usage") after doing this to see what would happen, and it appears it didn't affect the functioning of anything. |
@bethqiang @dittmarconsulting It seems like there is no clean solution for these problems, cuz it works for some and doesnt for others. |
Hi all,
I have followed all steps described here
Here is props of my environment:
The Xcode project compiles without issues but I receive an error msg when I invoke the JS code below that the function
configure
is undefinedHere is my test code:
The code snipped that causes the error is in
LinkedInSessionManager.ios.js
I added a console output to check whether I get a
RNLinkedInSessionManager
object but I get anundefined
.The file
RNLinkedInSessionManager.xcworkspace
has been successfully added to my XCode project folder under/ios
but it seems there is no link to the library.Any help is much appreciated.
The text was updated successfully, but these errors were encountered: