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

react-native-xmpp is not working with XCode 9.3 #93

Open kasran15 opened 6 years ago

kasran15 commented 6 years ago

This is because of an error in Kiss XML that can be linked to this https://github.com/robbiehanson/KissXML/pull/94

What is the solution here?

kasran15 commented 6 years ago

hi any updates here???

aksonov commented 6 years ago

Please use CocoaPods, I just updated readme.

kasran15 commented 6 years ago

Thank you!

andrzejbe commented 6 years ago

once you install the pods try to manually search & replace:

@import KissXML => #import "KissXML.h" @import CocoaAsyncSocket => #import "GCDAsyncSocket.h"

tanjunmu commented 5 years ago

楼主你好,我现在是在用Xcode9.2 RectNative开发一个基于XMPP的聊天模块!但是我现在项目导入最新的XMPPFramework之后,但是libidn 这个库没有更新。编译时总是报错:Module 'libidn' not found。不知你们是否又遇到类似的问题。求指教

DaZhuzhu commented 5 years ago

楼主你好,我现在是在用Xcode9.2 RectNative开发一个基于XMPP的聊天模块!但是我现在项目导入最新的XMPPFramework之后,但是libidn 这个库没有更新。编译时总是报错:Module 'libidn' not found。不知你们是否又遇到类似的问题。求指教

找到解决方案了吗 哥们 huanu111 找到解决方案的话 麻烦哥们加我一下微信 指教一下