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
- Input field does not update when selecting the same input field after previous input was canceled
- No warning thrown when modifying array size while editing multiple objects
- Root Motion Node option does not revert when changing the selection and clicking "Revert" in Inspector
- VFX Graph prefabs are not fully instanced when they are instantiated via a script
- All 2026-promoted builds incorrectly display outdated copyright year © 2025 instead of © 2026
Resolution Note:
It is expected that exported functions from plugin will be in "C" naming convention, attached plugins were wrongly exported "C++" format.