Search Issue Tracker
By Design
Votes
0
Found in
2019.3.0a2
2019.3.0f1
Issue ID
1203419
Regression
Yes
[iOS] xib files are not added to Xcode's "Copy Bundle Resources" build phase
How to reproduce:
1. Build the attached project for iOS
2. Open the Xcode project
3. Open Unity-iPhone > Build Phases
4. Extend the "Copy Bundle Resources" tab
Actual result: .xib file is not added to "Copy Bundle Resources".
Expected result: .xib file should be added to "Copy Bundle Resources" automatically.
Reproducible with: 2020.1.0a16, 2019.3.0f2, 2019.3.0a2.
Regression introduced in: 2019.3.0a2.
Not reproducible with: 2017.4.35f1, 2018.4.14f1, 2019.1.14f1, 2019.2.16f1, 2019.3.0a1.
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 (2020.1.X):
xib is added to a "Copy Bundle Resources" of the UnityFramework target/bundle while plugin is expecting xib to be in Main Bundle. In order to Plugin work correctly in both cases (Unity as a Library integration and Stand Alone) this should be fixed on Plugin side ( load xib from com.unity3d.framework bundle)
As a workaround, for now, check-in Unity and check-out UnityFramework Targets on xib file in Target Membership window in Xcode.