-
Notifications
You must be signed in to change notification settings - Fork 51
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
Problem to install/build #20
Comments
hey @deoqc -- haven't got time right now but let me have a look at this for you and get back to you. I was getting similar messages for TwitterKit which I've flagged to the Fabric team.. hopefully the fix will be the same. Which version of DigitsKit are you using? |
@jpdriver I mistakeling had not installed the fabric/digits sdk - I had missed this first step. I installed it now, and doesn't have this problem anymore. But the basic example in your code throws and error when I click the Login (Do it) button: Using latest fabric/digits sdk and [email protected] |
Odd, it's working for me.. Can you step through as far as possible with the Chrome Debugger? We'll need to know whether My guess is something's gone wrong with your linking, and it hasn't actually exported correctly. I've tested using the latest DigitsKit & React Native.. |
I'm using react-native 0.25.1 and linked using
rnpm
(everything seems correct in the ios version, the .xcodeproj were added and the lib*.a linked --> I suggest to add this option to the README also).The error log from XCode:
Just one more conceptual question. The android instructions asks for an API KEY and SECRET, but not the ios. How is that?
The text was updated successfully, but these errors were encountered: