-
Notifications
You must be signed in to change notification settings - Fork 577
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
[iOS] No matching member function for call to 'invokeAsync' [React Native Version --> 0.75.1] #6846
Comments
➤ PM Bot commented: Jira ticket: RJS-2889 |
same issue :( |
@aviral1518 You can try to modify the react_scheduler.cpp to see if it works: |
@nthtrung09it I can build it by making the changes that you have shared. It saved me a lot of time. Thank you so much. 😊 BTW this same issue I am also facing while making Android Build. Do you have any idea how to fix that, too? |
@aviral1518 With the same changes I could build Android too. |
@nthtrung09it in Android, which file do I need to make changes and where ? |
@aviral1518 I only changed the file in the image, and it works for Android and iOS. |
This is a symptom of the same underlying issue reported in #6845 - since that issue was reported first, I've posted my take on the issue and ways for us to resolve this on that. |
A fix was release with v12.13.1 - please take it for a spin and let us know how it goes 👍 |
@kraenhansen working fine now. Thanks |
How frequently does the bug occur?
Always
Description
I am getting these issues while building an iOS application. I am using
react-native: 0.75.1
.Stacktrace & log output
Can you reproduce the bug?
Always
Reproduction Steps
yarn add realm
yarn add @realm/react
pod install
Version
0.10.0
What services are you using?
Local Database only
Are you using encryption?
No
Platform OS and version(s)
Platform --> iOS, XCode Version --> 15.4, React Native Version --> 0.75.1, Realm Version --> 12.13.0, realm/react Version --> 0.10.0
Build environment
{
"name": "efoodi",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"prepare": "patch-package",
"postinstall": "patch-package && npx jetify"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"prettier --write",
"eslint --fix"
]
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native-masked-view/masked-view": "^0.3.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"@realm/react": "^0.10.0",
"@reduxjs/toolkit": "^2.2.7",
"i18next": "^23.12.3",
"jetifier": "^2.0.0",
"patch-package": "^8.0.0",
"postinstall": "^0.10.3",
"react": "18.3.1",
"react-i18next": "^15.0.1",
"react-native": "0.75.1",
"react-native-fast-image": "^8.6.3",
"react-native-geolocation-service": "^5.3.1",
"react-native-gesture-handler": "^2.18.1",
"react-native-linear-gradient": "^2.8.3",
"react-native-paper": "^5.12.5",
"react-native-permissions": "^4.1.5",
"react-native-restart": "^0.0.27",
"react-native-safe-area-context": "^4.10.8",
"react-native-screens": "^3.34.0",
"react-native-vector-icons": "^10.1.0",
"react-redux": "^9.1.2",
"realm": "^12.13.0",
"redux": "^5.0.1",
"redux-logger": "^3.0.6"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@eslint/js": "^9.9.0",
"@react-native/babel-preset": "0.75.1",
"@react-native/eslint-config": "0.75.1",
"@react-native/metro-config": "0.75.1",
"@react-native/typescript-config": "0.75.1",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"babel-jest": "^29.6.3",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.9.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-native": "^4.1.0",
"globals": "^15.9.0",
"husky": "^9.1.4",
"jest": "^29.6.3",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3",
"react-test-renderer": "18.3.1",
"reactotron-react-native": "^5.1.7",
"reactotron-redux": "^3.1.9",
"typescript": "5.0.4",
"typescript-eslint": "^8.1.0"
},
"engines": {
"node": ">=18"
},
"packageManager": "yarn@3.6.4"
}
Cocoapods version
1.15.2
The text was updated successfully, but these errors were encountered: