question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RealmJS thinks the Podfile is not calling use_frameworks!

See original GitHub issue

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?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
knethcommented, Nov 19, 2019

@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.

0reactions
RealmBotcommented, Nov 19, 2019

➤ Unito Sync Bot commented:

Transition made by Unito

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues with use_frameworks in Podfile - Stack Overflow
to my won project that has pod 'JSQMessagesViewController' installed and it build fine. So this is what I think your problem may be....
Read more >
Your custom build configurations and Cocoapods - Dev Genius
For this process to run smoothly is obvious that both the Pods and our project have to be configured in the same way....
Read more >
The Podfile - CocoaPods Guides
The Podfile is a specification that describes the dependencies of the targets ... There are no targets called "Shows" in any Xcode projects...
Read more >
Mixing static and dynamic linking in CocoaPods - Medium
Our rule of thumb has been to use static linking for dependencies linked to a single target and dynamic linking for the ones...
Read more >
issue with cocoapods installation | Apple Developer Forums
I did all you said but it says cocoapods is installed but not running ... After Monterey got installed I could pod install...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found