Alisher Akbarov
Alisher Akbarov
Any updates?
We've surfed all the web and tried so many solutions. This finally worked for us! Try to remove **Up Arrows** from all dependencies, i.e package.json. **As an example:** `"react-native-unity-view": "^1.2.1"`...
@mtostenson Yes, it solved the issue. Whenever we archive and install .ipa app it was crashing.
> @alisherakb Interesting, so that fixed your release builds? I gave it a shot but it did not seem to change anything. Have you tried to archive .ipa file directly...
> @alisherakb Yes, that is how I tested the empty test project, archived into IPA. May I ask what versions of React Native, Unity, Node, and this library are you...
> Thank you for the help. I'm still not able to get an IPA that doesn't crash. Have you tried using the current version of RN unity view? No. Have...
@sburaksak Yes, I've passed this error. Is it still relevant to you? Btw we've migrated to Unity as a Library, it works 2x better than current approach.
> We've been using this in a cocoapods project with react native 0.8+. If you provide more specifics about your issue we might be able to help out. ### Description...
"This allows Unity to be run on the highest thread as UaaL is built for" - @zbagley This sounds impressive! How did you implement the communication bridge between React and...
> @alisherakb @ambewas > Currently I'm using Native to load in, and working directly with the RCBridge and Unity's Native Calls protocol. I have it set up to communicate only...