Hello Guys, The example Example of Realm Database in React Native was working but for any special case, it is showing the following error while installing the pods…
`RealmJS thinks the Podfile is not calling use_frameworks!
Then: an error template with the following details
“CocoaPods : 1.8.4
Ruby : ruby 2.4.2p198 (2017-09-14 revision 59899) [x86_64-darwin17]
RubyGems : 2.7.2
Host : Mac OS X 10.15.1 (19B88)
Xcode : 11.2.1 (11B500)
Git : git version 2.10.1
Ruby lib dir : /usr/local/Cellar/ruby/2.4.2_1/lib
Repositories : trunk – CDN – https://cdn.cocoapods.org/
“…
“ArgumentError – Unmatched double quote: … path …
Is there anybody who has faced a similar issue?
The latest version of Realm JS supports auto-linking, so running react-native link realm is no longer needed and might yield an error (havn't personally tested).
When do you get the error? During, pod installing, building, running? Could you paste in the entire stacktrace?
BTW "RealmJS thinks the Podfile is not calling use_frameworks!" is just a note which can be used for debugging, its not a warning or an error in itself.
@AboutReact It's a nice tutorial about Realm JavaScript and React Native 👏
I have tried to build a small app with Realm JavaScript v3.4.2 (latest) and React Native v0.61.4 using Xcode v11.0, and it works fine. As @kraenhansen mentions, the message RealmJS thinks the Podfile is not calling use_frameworks! is only informational.
@kneth thank you for appreciation. :)
@kraenhansen Thanks man for your comment. I really appreciate.
➤ Unito Sync Bot commented:
Transition made by Unito
Most helpful comment
@AboutReact It's a nice tutorial about Realm JavaScript and React Native 👏
I have tried to build a small app with Realm JavaScript v3.4.2 (latest) and React Native v0.61.4 using Xcode v11.0, and it works fine. As @kraenhansen mentions, the message
RealmJS thinks the Podfile is not calling use_frameworks!is only informational.