You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to me that the project is very fragile; even though it builds at one time. From one day to the other, if the expo server has been shut down in the afternoon - the morning after it will just not build any more. Often with this linking error.
Really stops working without having changed anything. Very odd behavior I think.
Thank you for your detailed report. The issue you're facing seems quite complicated, and those build errors with undefined symbols can often stem from mismatched versions of dependencies.
Have you tried cleaning your project and re-installing your node modules? You can try the following commands:
Also, make sure that all your dependencies, especially react-native-worklets-core and react-native-vision-camera, are compatible with your React Native version. Please check the Troubleshooting Guide once more to see if any steps might have been overlooked.
If the issue persists, please consider building the VisionCamera Example app to see if the problem exists there as well. This can help narrow down whether the issue is related to your setup or something else.
If you find this project helpful, consider sponsoring to help mrousavy spend more time on it!
Let's hope we can sort this out soon!
Note: If you think I made a mistake, please ping @mrousavy to take a look.
Yes Hans. My usual attempts include cleaning node_modules, running expo-doctor, checking installed versions (expo install --check). Sometimes it starts to build again, but I can't find the combination of steps that always makes it work again.
It still seems random how I manage to get it building again. Tonight I managed by cleaning the gradle cache and removing node_modules. Earlier it worked from removing node_modules. Some days ago I think the final step was running expo install --check.
How were you trying to build the app?
npx expo run:android
It seems to me that the project is very fragile; even though it builds at one time. From one day to the other, if the expo server has been shut down in the afternoon - the morning after it will just not build any more. Often with this linking error.
Really stops working without having changed anything. Very odd behavior I think.
Full build logs
Project dependencies
VisionCamera Version
4.6.3
Target platforms
Android
Operating system
MacOS
Can you build the VisionCamera Example app?
I didn't try (⚠️ your issue might get ignored & closed if you don't try this)
Additional information
The text was updated successfully, but these errors were encountered: