Search Issue Tracker
By Design
Votes
0
Found in
2021.3.39f1
2022.3.30f1
6000.0.4f1
Issue ID
UUM-72825
Regression
No
[iOS][AppleTV] Apps with .xcframework or .framework plugins fails to to run when running on Simulator device
Steps to reproduce:
1. Open the attached "PluginuTestas.zip" project
2. Go to File > Build Profiles and ensure that the iOS Platform is enabled
3. Go to Edit > Project Settings > Player > Other Settings and set Target SDK to Simulator SDK
4. Go to Assets > Plugins > iOS and ensure that the "analytics.framework" plugin settings include iOS Platform settings
5. Build the Xcode project
6. Build to the iOS Simulator device
Actual results: Build fails with the errors -
{code:java}
Undefined symbol: _CallTheCallback
Undefined symbol: _RegisterCallback
Linker command failed with exit code 1 (use -v to see invocation)
{code}
Expected results: Build is successful, pressing "Test" button prints logs in the console
Reproducible with versions: (2021.3.29f1, 2022.3.30f1) - app builds, but fails to launch on the device, 2023.1.15f1, 6000.0.4f1
Not reproducible with versions:
Can't test with versions: 2023.1.14f1 - fails to build to the simulator UUM-46899
Tested on (OS):
- MacBook Pro, Apple M1 Max, OS: 14.4.1
Notes:
- Reproducible with all Plugin CPU settings
- Reproducible both with iOS and tvOS simulators
- Reproducible also with tvOS device
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
It is expected that exported functions from plugin will be in "C" naming convention, attached plugins were wrongly exported "C++" format.