Open
Description
[REQUIRED] Please fill in the following fields:
- Unity editor version: 2020.3.31
- Xcode version: 14.0 (14A309)
- External Dependency Manager version: 1.2.171
- Source you installed EDM4U: Package Manager
- Features in External Dependency Manager in use: Android Resolver, iOS Resolver
- Plugins SDK in use: Firebase Core, Crashlytics, Cloud Messaging, Google Analytics, IronSource, Airship, AppsFlyer, WebView
- Platform you are using the Unity editor on: Mac
[REQUIRED] Please describe the issue here:
The Unity application crashes on launch only on iPhones with iOS version 12.1, with EDM4U version 1.2.171 or above. Don't throw any errors. When the app is launched we see only the "activity" screen for less than a second and then it crashes.
When we downgrade to EDM4U version 1.2.170 the application runs normally.
The issue repro rate is 100%.
You can reproduce this following this steps:
- Create a new Unity project with the 2D template.
- Add "com.google.external-dependency-manager-1.2.171.tgz" via Package Manager. Link to archive -https://developers.google.com/unity/archive#external_dependency_manager_for_unity
- Add "com.google.firebase.app-9.5.0.tgz" via Package Manager. Link to archive - https://developers.google.com/unity/archive#firebase_app_core
- From Build Settings switch to iOS.
- Check Symilink Unity libraries and Development Build.
- Build.
- In Xcode set Enable Bitcode to NO for both Unity-iPhone and UnityFreamwork.
- Run.
Thank you for your great work and "heads free" tool.