react-native-linkedin-sdk
react-native-linkedin-sdk copied to clipboard
Use of undeclared type 'LinkedinSwiftHelper'
Hi
Update to the latest version 0.0.4 and give me error with LinkedinSwiftHelper Do you have any idea what it may be?
Thanks

Sorry I was busy. https://github.com/joonhocho/react-native-linkedin-sdk/pull/11. This should fix the issue.
That last update caused a problem for me - XCode couldn't find the module 'LinkedinSwift'. Commenting out the line allowed it to build and the package seems to run fine without it.
@adam-denny hmm.. that's weird. cuz it fixed the above issue for me by adding the line... I honestly don't understand XCode and how it compiles its codes. It seems random.
I solved importing
import LinkedinSwift
manually on RNLinkedInSessionManager.swift.
Can you update package?