react-native-unity
react-native-unity copied to clipboard
App crashes
App is crashing on startup, what could be the reason?
Hi This error does not say anything, you need to know more about what you are doing. Have you done everything according to the description of the plugin?
Hello, thank you for your response, i also had this problem with the other packages, i do everything. I am not getting any other errors other than the app stopping and giving "signal SIGABRT". It seemingly happens after i add UnityFramework.framework in my targets framework and libraries.
there can be a lot of options why this is happening, and I don’t even know how to help you
Hello,
I have the same problem.
First I used React Native and my Unity build and have the same crash.
Link: https://github.com/azesmway/react-native-unity/tree/main/example
Then I used the example React Native + example Unity Build and that worked.
Then I used my React Native + the Example Unity Build, and that worked too.
So the problem is in Unity.
Then I started to install my packages in the Example Unity project and then did a build.(Not all at once, but one after the other) Then with Vuforia it gave me the same crash.
What can I do, I need Vuforia.
Link: https://assetstore.unity.com/packages/templates/packs/vuforia-core-samples-99026
I am getting the same error and I am using AR Foundation and ARKit in my Unity app. As soon as Unity app starts on React ative's side it asks for Camera Permission. After that app crashes. Anyone found solution for this issue?