diff --git a/ios/ReactNativeAudioStreaming.xcodeproj/project.pbxproj b/ios/ReactNativeAudioStreaming.xcodeproj/project.pbxproj index ca4a8c0..7e417af 100644 --- a/ios/ReactNativeAudioStreaming.xcodeproj/project.pbxproj +++ b/ios/ReactNativeAudioStreaming.xcodeproj/project.pbxproj @@ -264,6 +264,7 @@ "$(SRCROOT)/../../../React/**", "$(SRCROOT)/../../react-native/React/**", "$(SRCROOT)/../node_modules/react-native/React/**", + "$(PODS_ROOT)/**", ); LIBRARY_SEARCH_PATHS = "$(inherited)"; OTHER_LDFLAGS = "$(inherited)"; @@ -282,6 +283,7 @@ "$(SRCROOT)/../../../React/**", "$(SRCROOT)/../../react-native/React/**", "$(SRCROOT)/../node_modules/react-native/React/**", + "$(PODS_ROOT)/**", ); LIBRARY_SEARCH_PATHS = "$(inherited)"; OTHER_LDFLAGS = "$(inherited)";