Skip to content
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

`Undefined symbols for architecture x86_64: #24483

Closed
ifgyong opened this issue Apr 17, 2019 · 2 comments
Closed

`Undefined symbols for architecture x86_64: #24483

ifgyong opened this issue Apr 17, 2019 · 2 comments
Labels
Ran Commands One of our bots successfully processed a command. Resolution: Locked This issue was locked by the bot. Type: Question Issues that are actually questions and not bug reports.

Comments

@ifgyong
Copy link

ifgyong commented Apr 17, 2019

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" }

@ifgyong ifgyong added the Type: Question Issues that are actually questions and not bug reports. label Apr 17, 2019
@react-native-bot
Copy link
Collaborator

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.

@react-native-bot react-native-bot added Ran Commands One of our bots successfully processed a command. Resolution: No Template labels Apr 17, 2019
@cuibeihong
Copy link

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

@facebook facebook locked as resolved and limited conversation to collaborators Apr 17, 2020
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Apr 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Ran Commands One of our bots successfully processed a command. Resolution: Locked This issue was locked by the bot. Type: Question Issues that are actually questions and not bug reports.
Projects
None yet
Development

No branches or pull requests

3 participants