react-native-linkedin-sdk icon indicating copy to clipboard operation
react-native-linkedin-sdk copied to clipboard

Use of undeclared type 'LinkedinSwiftHelper'

Open dianacgp1280 opened this issue 8 years ago • 4 comments

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

screen shot 2017-03-28 at 10 55 37 am

dianacgp1280 avatar Mar 28 '17 15:03 dianacgp1280

Sorry I was busy. https://github.com/joonhocho/react-native-linkedin-sdk/pull/11. This should fix the issue.

joonhocho avatar Jun 05 '17 07:06 joonhocho

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.

card-b avatar Jun 13 '17 15:06 card-b

@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.

joonhocho avatar Jun 14 '17 04:06 joonhocho

I solved importing import LinkedinSwift

manually on RNLinkedInSessionManager.swift.

Can you update package?

liqueflies avatar Feb 21 '18 10:02 liqueflies