chaimPaneth/react-native-zoom-bridge

Duplicate interface definition for class 'MobileRTCSDKInitContext' when trying to build ios

Closed this issue · 7 comments

Duplicate interface definition for class 'MobileRTCSDKInitContext' when trying to build ios

Showing Error
Duplicate interface definition for class 'MobileRTCSDKInitContext'
Property has a previous declaration
in MobileRTC.h while building ios

Try to remove all "MobileRTC/" from the header imports and retry, what I do is search MobileRTC/ in project and replace with "" and rebuild.

Tell me if it worked.

Hey Yes it worked , replaced all MobileRTC/ with nothing , and IOS now compiles.

@loria33 great! I've updated the readme to make this more clear in the setup process.

@Ioria33 Do you have react-native-fast-image in your project?

Yes

@loria33 did you got fast image linking error while building ios? if yes how did you fixed?