Realm-js: RealmJS thinks the Podfile is not calling use_frameworks!

Created on 18 Nov 2019  Â·  5Comments  Â·  Source: realm/realm-js

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

Stack

“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/
“…

Error

“ArgumentError – Unmatched double quote: … path …

Is there anybody who has faced a similar issue?

O-Community T-Invalid

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.

All 5 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

timanglade picture timanglade  Â·  3Comments

ashah888 picture ashah888  Â·  3Comments

kevinnguy picture kevinnguy  Â·  3Comments

gwanjar picture gwanjar  Â·  3Comments

kontinuity picture kontinuity  Â·  3Comments