kegaretail / react-native-rabbitmq

29 stars 56 forks source link

iOS integration issue #19

Open shelake-chetan opened 5 years ago

shelake-chetan commented 5 years ago

After pod install getting 'React/RCTBridgeModule.h' file not found in RabbitMQDelegateLogger.h.

Pod file -

target 'SurveyModule' do use_frameworks! pod 'react-native-rabbitmq', :path => '../node_modules/react-native-rabbitmq' pod 'RMQClient', :git => 'https://github.com/rabbitmq/rabbitmq-objc-client.git' target 'SurveyModuleTests' do inherit! :search_paths

Pods for testing

end end