Open AAGSICON opened 6 years ago
Please try older XMPPFramework 3.7 (my forked version that works with XCode 9.3+)
On 5 Jun 2018, at 10:56, AAGSICON notifications@github.com wrote:
I followed the given instructions my custom project. I am getting the following error on building the application on XCODE.
https://user-images.githubusercontent.com/31310379/40965668-fc92ca5a-68cb-11e8-9f41-3924894706ab.png — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/aksonov/react-native-xmpp/issues/99, or mute the thread https://github.com/notifications/unsubscribe-auth/ABQpcaD2GhC37TqxQhJJyjoX0n9CcsMrks5t5keqgaJpZM4UaadO.
I tried with 3.7 earlier. But still getting error : 'XMPPFramework.h' file not found
Have you added this module to Podfile?
6 июня 2018 г., в 11:13, AAGSICON notifications@github.com написал(а):
I tried with 3.7 earlier. But still getting error : 'XMPPFramework.h' file not found
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
My podfile is as follows
platform :ios, '9.3'
target 'XmppDemo' do
use_frameworks!
pod 'XMPPFramework', '~> 3.7.0' pod 'KissXML', :git => "https://github.com/aksonov/KissXML.git", :branch => '5.1.4'
end
You have to add forked XMPPFramework AND this module pod
6 июня 2018 г., в 11:22, AAGSICON notifications@github.com написал(а):
My podfile is as follows
platform :ios, '9.3'
target 'XmppDemo' do
use_frameworks!
pod 'XMPPFramework', '~> 3.7.0' pod 'KissXML', :git => "https://github.com/aksonov/KissXML.git", :branch => '5.1.4'
end
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
How to add forked XMPPFramework
I already have this issue.
Solved by following way
Now it works. The issue is related to the RNXMPP package.
Hi @aksonov and @robbiehanson,
I followed the given instructions on my custom project. I am getting the following error on building the application on XCODE.
But this error gone when I imported the missing file on the following file given below.
But now I am getting following errors on the Enumerated objects on the method declarations on the following file give below.