Hi guys,
Getting error of null is not an object (evaluating 'NativeDatabaseBridge[MethodName]') watermelnodb on ios simulator 11.1
but for android simulator watermelondb installation is working.

Checked on other issues: [mostly related to header file in ios ]
That is already added.
Tried to use command pod install
getting error

Any idea?
i don't think you correctly set up native code as per the instructions - seems like the native module is unavailable
@radex Thank you for your reply.
Previously I used autolink to link watemelondb with Xcode. When I Changed it with the manual process. It worked fine.
Xcode - 11.2.1

I faced another issue after this: https://github.com/Nozbe/WatermelonDB/issues/674
solution: npm uninstall react-native-flipper. Remove react-native-flipper from your project.
I hope, it can help someone.