-
-
Notifications
You must be signed in to change notification settings - Fork 579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmath file not found #437
Comments
Same here |
Yea same. It’s preventing me from upgrading a rn project and appears to be an issue with how this library is packaged. Any chance we can get an update? |
Same. I also tried:
No dice, still getting 'cmath' file not found, coming from the same place as above. |
Same. Solved it by disabling flipper for the moment because we won't use it. |
Same problem for me |
Same thing. Also tried a myriad of things. Also, we have flipper in place. Maybe these 2 don't play well together. |
Same here |
@dfeliz How did you disable flipper? The only way I can see to disable it involves changing a ton of files. |
This is the library I used instead: https://callstack.github.io/react-native-paper/index.html. |
@tastycode you need to make the following changes to disable Flipper for now:- PodFile(remove following) -
AppDelegate.m(remove following)
Let me know if it works. |
Temporary fixReplace in file "react-native-material-kit"/TickView.m - "math.h" to <math.h> |
It's work. @xinthink Can fix it in master branch? |
Those 2 additional step was needed for iOS to build 1. xinthink/react-native-material-kit#437 (comment) 2. oblador/react-native-vector-icons#1074
I am trying to compile my react native application on iOS that makes use of react-native-material-kit
Following is the configuration:
RN : 62.2
React: 16.11
react-native-material-kit: 0.6.0-beta.1
Platform: iOS
I am getting the followings Error while trying to compile and run the app on my iPhone from Xcode:
'cmath' file not found in the file: Pods/Flipper-folly/Math.h
This is caused by the following "include" directive in "node_modules/react-native-material-kit/iOS/RCTMaterialKit/TickView.m:9"
Has any one faced this issue?
The text was updated successfully, but these errors were encountered: