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.

Limits file not found

See original GitHub issue

Hi. I’ve installed RNSVG via cocoapods. Also I’ve installed Folly library. And in that case Folly has “Math.h” file and RNSVG linked on “math.h” file and I RNSVG tries wrong path. In RNSVGPathParser.m file I’ve changed #import "math.h" to #import <math.h> And it works. Could you explain is it a my bug or you should change this file?

Thank you.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
oferRoundscommented, Jul 22, 2020

hey @dustinsavery could you please share what to add and where?

0reactions
dusavecommented, Apr 3, 2018

Depends, are you also using Folly like the OP? If so, you’d need that in there as well.

Read more comments on GitHub >

github_iconTop Results From Across the Web

<limits> file not found · Issue #617 · facebook/folly - GitHub
limits is a standard C++ header. If it's failing to be found, then it sounds like there's a configuration issue in the environment...
Read more >
Boost libraries <limits> file not found - Stack Overflow
I don't have any immediate problem, but if I try to compile, I get the error: 'limits' file not found This error is...
Read more >
Clang++ missing C++ header? - Time For Crab
Looking online I was not able to find much help. Googling "clang missing c++ headers" returned the only relevant search clang doesn't see...
Read more >
React-native 0.57 ios limits file not found could not ... - YouTube
iOS : React-native 0.57 ios limits file not found could not build module CoreFoundation [ Beautify Your Computer ...
Read more >
Error when including 'limits' standard c++ library
g++ example.cpp and the following error comes up: limits: "No such file or directory" The files which contain these statements belong to boost...
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