Search Issue Tracker
Active
Fixed in 6000.0.21f1
Under Consideration for 2021.3.X, 2022.3.X, 6000.1.X
Votes
2
Found in
2021.3.39f1
2022.3.30f1
6000.0.4f1
6000.1.0a7
7000.0.0a1
Issue ID
UUM-72675
Regression
No
[iOS][AppleTV] .dylib plugin is not visible in the Xcode but is added in the project folder
*Steps to reproduce:*
1. Open the attached "Plugins.zip" project
2. Go to File > Build Profiles and make sure that iOS Platform is active
3. Build Xcode project
4. After the build is complete go to Xcode project folder
5. Go to Libraries > Plugins > iOS
6. Notice that in the iOS folder, there are two plugins: "Plugin1.dylib" and "Plugin2.m"
7. Open the project in Xcode and go to the same directory as in step 5
8. Observe the folder
*Actual results:* Only "Plugin2.m" is added
*Expected results:* Both "Plugin1.dylib" and "Plugin2.m" are in the folder
*Reproducible with versions:* 2021.3.39f1, 2022.3.30f1, 6000.0.4f1
*Tested on (OS):MacBook Pro, Apple M1 Max, OS: Sonoma 14.4.1*
*Notes:*
* Reproducible both with iOS and AppleTV
* If the "Add to Embedded Binaries" option is enabled on the .dylib plugin, it's also not added to Embedded Frameworks in the Xcode
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (fix version 6000.0.21f1):
Dylib files are added to iOS/tvOS/visionOS generated Xcode project