5

Found Error in IOS

Native Module cannot be null

I don't use react-native-push-notification

enter image description here

enter image description here

4
  • please check this stackoverflow.com/questions/38698657/… . It seems a duplicate question. Commented Aug 20, 2018 at 14:01
  • @Behzad, Can you please share your code? Commented Aug 23, 2018 at 10:55
  • have you resolved this?? Commented Aug 13, 2019 at 15:26
  • @Behzad kahvand have you found solution? Commented Aug 23, 2019 at 12:16

1 Answer 1

1

This usually happens when you fail to link the third lib to your target causing NativeModules find nothing at attempt.

To solve this, go to your Project Navigator -> Target -> General -> Linked Frameworks and Libraries, make sure somelib.a is there.

enter image description here

In your case, please follow the ios install guides and react-native doc

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.