-
Notifications
You must be signed in to change notification settings - Fork 3
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
按文档操作编译报错 #42
Comments
真机(5.0.0.102)报错如下:
ld.lld: error: undefined symbol: folly::f14::detail::F14LinkCheck<(folly::f14::detail::F14IntrinsicsMode)1>::check()
Process finished with exit code -1 |
描述 / Description
/Applications/DevEco-Studio.app/Contents/tools/node/bin/node /Applications/DevEco-Studio.app/Contents/tools/hvigor/bin/hvigorw.js --mode module -p module=entry@default -p product=default -p requiredDeviceType=phone assembleHap --analyze=normal --parallel --incremental --daemon
ld.lld: error: undefined symbol: folly::f14::detail::F14LinkCheck<(folly::f14::detail::F14IntrinsicsMode)1>::check()
Process finished with exit code -1
复现步骤 / Steps to reproduce
node v18.19.1
DevEco-Studio Build Version: 5.0.3.910
文件package.json
"dependencies": {
"@react-native-oh-tpl/react-native-amap3d": "file:../harmony_tgz/react-native-oh-tpl-react-native-amap3d-3.2.4-0.0.4.tgz",
"@react-native-oh/react-native-harmony": "^0.72.29",
"@rnoh/react-native-harmony-cli": "file:../react-native-harmony-cli/rnoh-react-native-harmony-cli-0.0.26.tgz",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native-harmony": "file:../react-native-harmony/rnoh-react-native-harmony-0.72.32.tgz"
}
文件entry/oh-package.json5
"dependencies": {
"@rnoh/react-native-openharmony": "file:../libs/react_native_openharmony_release-5.0.0.500.har",
"@react-native-oh-tpl/react-native-amap3d": "file:../../node_modules/@react-native-oh-tpl/react-native-amap3d/harmony/rn_amap3d.har"
}
库版本 / Library version
5.0.0.71
React Native OpenHarmony version
0.72.29
构建类型 / Build type
Release app & dev bundle
设备 / Device
Simulator
设备版本 / Device model
No response
已悉知 / Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: