Haoyuan Zhao

Results 5 comments of Haoyuan Zhao

Is this fixed? I still have this issue after I tried 2022.1.7f1, 2022.1.1, 2022.1.1-v2 unitypackages

Ok...I checked UnityPlayerUtils.swift file in my project. Somehow some lines are commented and I edited it exact the same as @jamesncl did, and everything works fine.

> I had a similar issue with integrating Unity and Firebase with this plugin. While I wasn't able to actually solve it, I did find a way to get past...

By the way, to solve this issue, simply add these lines in settings.gradle `include ":unityLibrary:FirebaseApp.androidlib"` `project(":unityLibrary:FirebaseApp.androidlib").projectDir = file("./unityLibrary/FirebaseApp.androidlib")`

### Update: After I removed these two frameworks and ran my project on ios in debug mode. I can build the app successfully, but it crashed immediately. ### Error message:...