I am facing an Undefined symbol error in XCode project and cannot solve it.
My latest build app is already used with ARCore, Firebase, and Facebook SDK. And it builds normally on Android and IOS. In this update, I need to add some custom tracking events of Firebase Analytics. After my update, it works on Android but fails in XCode.
Here is the code that was added to the project: New code
The different update only:
FirebaseAnalytics.LogEvent( FirebaseAnalytics.EventScreenView, new Parameter(FirebaseAnalytics.ParameterScreenName, "000_IntroScene"));
I have tried to remove this code and build it again, it works very well.
Here is my environment information:
Build Environment: MacOS 12.4 Unity Version: 2021.3.1f1 XCode Version: 13.4.1 (13F100) Firebase Version: 9.1.0
Pod List: Pod List
Error Message: Error Message
Sorry for I am new on StackOverflow and cannot embed the picture in the post. Does anyone have any idea to solve this issue? Thank you.
I tried these methods:
- Update Firebase from 9.1.0 to 9.6.0
- Replace the files on "./Assets/Firebase/Editor", follow this link https://github.com/techyworm10/firebase-unity-sdk-editor-python-fix