diff --git a/react-native-matrix-sdk.podspec b/react-native-matrix-sdk.podspec index 34b88b8..305b29b 100644 --- a/react-native-matrix-sdk.podspec +++ b/react-native-matrix-sdk.podspec @@ -20,7 +20,8 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,swift}" s.requires_arc = true - s.dependency "React" + s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' } + s.dependency "React-Core" s.dependency "MatrixSDK/SwiftSupport" end