React-native: `Undefined symbols for architecture x86_64:

Created on 17 Apr 2019  路  2Comments  路  Source: facebook/react-native

I got a progrem.
Undefined symbols for architecture x86_64: "_JSClassCreate", referenced from: facebook::jsc::JSCRuntime::createObject(std::__1::shared_ptr<facebook::jsi::HostObject>)::$_0::operator()() const in libReact.a(JSCRuntime.o) facebook::jsc::JSCRuntime::createFunctionFromHostFunction(facebook::jsi::PropNameID const&, unsigned int, std::__1::function<facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>)::$_1::operator()() const in libReact.a(JSCRuntime.o)

someone help me.
"dependencies": { "eslint": "^5.16.0", "npm-watch": "^0.6.0", "react": "16.0.0", "react-native": "^0.59.4", "react-native-gesture-handler": "^1.1.0", "react-navigation": "^3.8.1" }, "devDependencies": { "babel-jest": "24.7.1", "babel-preset-react-native": "4.0.1", "jest": "24.7.1", "react-test-renderer": "16.0.0" }, "jest": { "preset": "react-native" }

Ran Commands Locked Question

Most helpful comment

Make sure JavaScriptCore.framework is added to "Link Binary With Libraries"
https://stackoverflow.com/questions/54515175/undefined-symbols-for-architecture-arm64-jsclasscreate

All 2 comments


We are automatically closing this issue because it does not appear to follow any of the provided issue templates.

馃憠 Click here if you want to report a reproducible bug or regression in React Native.

Make sure JavaScriptCore.framework is added to "Link Binary With Libraries"
https://stackoverflow.com/questions/54515175/undefined-symbols-for-architecture-arm64-jsclasscreate

Was this page helpful?
0 / 5 - 0 ratings

Related issues

axelg12 picture axelg12  路  3Comments

aniss picture aniss  路  3Comments

jlongster picture jlongster  路  3Comments

grabbou picture grabbou  路  3Comments

upbit picture upbit  路  3Comments