robbiehanson / XMPPFramework

An XMPP Framework in Objective-C for Mac and iOS
Other
5.91k stars 2.09k forks source link

Throws "Expected a type" on enum object "OMEMOModuleNamespace" #1069

Open AAGSICON opened 6 years ago

AAGSICON commented 6 years ago

Hi @robbiehanson,

I followed the instructions on https://github.com/aksonov/react-native-xmpp to create a react native based XMPP Chat application. But unfortunately its not working and throws errors on XMPPFramework package.

I am getting the following error on building the application on XCODE.

screen shot 2018-06-05 at 5 50 40 pm

But this error gone when I imported the missing file on the following file given below.

screen shot 2018-06-05 at 5 55 40 pm

But now I am getting following errors on the Enumerated objects on the method declarations on the following file give below.

screen shot 2018-06-05 at 2 16 15 pm

skumarm commented 6 years ago

This issue solved here... https://github.com/aksonov/react-native-xmpp/issues/99