Google-signin: [IOS] Duplicate interface definition for class 'RCTConvert'

Created on 9 Feb 2017  路  4Comments  路  Source: react-native-google-signin/google-signin

Hello, I have this error:
React/Base/RCTConvert.h:26:1: Duplicate interface definition for class 'RCTConvert'

Any help ?
zrzut ekranu 2017-02-09 11 46 53

Most helpful comment

I had the same one as well.

in RNGoogleSignin.h replace the imports with

import

import

All 4 comments

I had the same one as well.

in RNGoogleSignin.h replace the imports with

import

import

I released 0.9.0 which should fix this issue. Sorry for the delay!

@Kerumen , version 0.9.0 of what?

@eitangenis Of this library (https://github.com/devfd/react-native-google-signin/releases)

Was this page helpful?
0 / 5 - 0 ratings