Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
AAGSICON opened this issue Jun 5, 2018 · 7 comments
Open

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

AAGSICON opened this issue Jun 5, 2018 · 7 comments

Comments

@AAGSICON
Copy link

AAGSICON commented Jun 5, 2018

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.

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

@aksonov
Copy link
Owner

aksonov commented Jun 6, 2018 via email

@AAGSICON
Copy link
Author

AAGSICON commented Jun 6, 2018

I tried with 3.7 earlier. But still getting error : 'XMPPFramework.h' file not found

@aksonov
Copy link
Owner

aksonov commented Jun 6, 2018 via email

@AAGSICON
Copy link
Author

AAGSICON commented Jun 6, 2018

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

@aksonov
Copy link
Owner

aksonov commented Jun 6, 2018 via email

@AAGSICON
Copy link
Author

AAGSICON commented Jun 6, 2018

How to add forked XMPPFramework

@skumarm
Copy link

skumarm commented Jul 2, 2018

I already have this issue.

Solved by following way

  1. Manually placed the folder RNXMPP on my project
  2. Then install XMPPFramework, only via pod

Now it works. The issue is related to the RNXMPP package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants