react-native-fabric icon indicating copy to clipboard operation
react-native-fabric copied to clipboard

Build with Xcode 10 throw error - 'Redefinition of module Pods_<appname>

Open sonalpaghadal opened this issue 6 years ago • 1 comments

Migrated project to Xcode 10. When build the app it gives below build error.

SMXcrashlytics.m - Redefinition of module ‘Pods_myapp’

I have used below version in Podfile:

pod 'Fabric', '1.9.0' pod 'Crashlytics', '3.12.0'

sonalpaghadal avatar Apr 01 '19 10:04 sonalpaghadal

In my case it complaints about Sift redefinition

alvelig avatar Apr 10 '19 04:04 alvelig