-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
jschelpers/JavaScriptCore.h file not found #13010
Comments
same |
+1 |
2 similar comments
+1 |
+1 |
Just in case this help anyone, my version of cocoapods was 1.1.1 and not 1.2.0, I had to uninstall cocoapods and reinstall it again:
|
@assitaliroma me too! |
@assitaliroma do well |
I get the error too in a brand new react-native init. I dont have any use of pod in the project. |
same here trying to build an example project and get : Build failed |
+1 |
Nope, cannot confirm your findings. I just included the Javascript.framework explicitly in build phases as you recommend but with no success as to the build still fails with the exact same error |
+1 |
add JavaScriptCore.framework it work for me. |
@playma Have you solve the problem? I also have this problem and do't know how to deal with. |
@armenr Tried your solution but no luck. Are you using swift or Objective-C? What is your Xcode version? |
armenr solution worked for me.
|
cocoapods |
@hrk-ys Confirm. Cocoapods |
Any solution is working for me. RN 0.42.3, Xcode 8.2.1 |
@assitaliroma it works for me, thanks |
@assitaliroma thanks for your solution |
Just upgraded from RN 0.44 to 0.45.0-rc.0, using CocoaPods, I got the In case you get the same error, you now have to add See 5aca739 |
i have this problem , the version of cocoapods is 1.1.1 。i reinstall the cocoapods(1.2.1) and solve the problem |
Summary: Hi, Today I upgraded from RN 0.44 to 0.45.0-rc.0 and noticed I add to include either `CxxBridge` or `BatchedBridge` in the React subspecs in my Podfile to get my project to compile again (#13010). Adding `BatchedBridge` works fine. However I wanted to try `CxxBridge` as described in 5aca739 but couldn't do it since the required `third-party-podspecs` folder with `Folly.podspec`, `GLog.podspec` and `DoubleConversion.podspec` hadn't been included in the npm release. So here is the fix for that. It should be included in the next 0.45.0-rc release. Let me know what you think. Closes #13922 Differential Revision: D5051477 Pulled By: javache fbshipit-source-id: e5c527f1ee9c84734d3e3a3d85ec3f1e5d648bef
I was update to cocoapods version: 1.2.1. It still not working. |
For those of you who still get error, try jeanregisser's method and include |
@bosung90 It works for me! Thank you a lot! |
@jeanregisser It works for me! Thank you a lot! |
@jeanregisser It works for me! Thank you a lot! |
Using a
My
the problem seems to be the redirect on the download page which is not handled correctly. Thing is I have seen boost is depended by Folly but I don't know why it's getting this old version |
@bosung90 it works for me! Thank you a lot! |
pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'CxxBridge', 这个不加在这里继续添加你所需要的模块] |
@ BatchedBridge this is worked to me |
can't find libjschelpers.a |
|
@jaimeagudo i am facing same problem here is my podfile platform :ios, '9.0'target 'FINGERBOWL' do Uncomment the next line if you're using Swift or would like to use dynamic frameworksuse_frameworks!Pods for FINGERBOWLpod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga/Yoga.podspec' 'CxxBridge','BatchedBridge',
] pod 'GoogleMaps' # <~~ remove this line if you do not want to support GoogleMaps on iOS pod 'react-native-maps', :path => '../node_modules/react-native-maps' end Uncomment the next line if you're using Swift or would like to use dynamic frameworksuse_frameworks!Pods for FINGERBOWL-tvOStarget 'FINGERBOWL-tvOSTests' do end |
After adding 'BatchedBridge', I end up with 'Linker command failed with exit code 1 (use -v to see invocation)' |
@sajidcosmo Delete Derived data folder |
It didn't help man. Any other solution? |
@sajidcosmo That could be CocoaPods' problem! |
@sajidcosmo Please do |
@sajidcosmo I am having the same issue right now. Were you able to solve that linking issue? |
The issue has disappeared on its own without giving me a clue. |
Faced same issue, I did fix by removing derived data and unnecessary linked framework under build phases. |
BatchedBridge is worked to me in podfile @shaikhussian thanks |
If anyone solves this issue, kindly replies. |
anyone solves ? all solution dosent work still |
add
|
For everyone responding about cocoa pods: this is NOT a cocoa-pods specific problem. It may turn up with cocoa pods, and updating magic with cocoapods may help you, but it ALSO occurs in projects that do not use cocoa pods in any way. I have this issue in my React Native project, which involves zero use of cocoa pods anywhere. Others have said the same. |
@billpatterson Have you found a resolution? I'm having cocoapodless problems as well. |
This is a clean repository, and I get some problem.
Can anyone help me?
The text was updated successfully, but these errors were encountered: