aksonov / react-native-xmpp

XMPP library for React Native (iOS and Android native support)
BSD 2-Clause "Simplified" License
305 stars 96 forks source link

xmppframework.h file not found #96

Closed medabida closed 6 years ago

medabida commented 6 years ago

Hi, when running my APP i get xmppframework.h file not found

this is my Podfile:

 use_frameworks!
  pod 'XMPPFramework', '~> 3.7.0'
  pod 'yoga', path: '../node_modules/react-native/ReactCommon/yoga'
  pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
  pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'
  pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
  pod 'React', path: '../node_modules/react-native', subspecs: [
  'Core',
  'jschelpers',
  'cxxreact',
  'CxxBridge',
  'DevSupport',
  'RCTText',
  'RCTImage',
  'RCTNetwork',
  'RCTActionSheet',
  'RCTAnimation',
  'RCTWebSocket',
  ]
  pod 'RNXMPP', :path => '../node_modules/react-native-xmpp'

ive also tried: pod 'XMPPFramework', :git => 'https://github.com/robbiehanson/XMPPFramework.git', :branch => 'master' with no success

dharmendrainnovify commented 5 years ago

@medabida Have you found the issue, Are you be able to run the sample?