Search Issue Tracker
Fixed in 5.3.9
Votes
0
Found in
5.5.0b2
Issue ID
833121
Regression
No
[iOS] Signing info gets broken when appeding a project which doesen't use automatic signing management
Basically this is by design, but it might make sense to consider this case:
1. Build any project.
2. Disabled automatic signing and a select a provisioning profile.
3. Build in Unity and use append on the generated project:
The provisioning profile remains the same, but the 'Team id' is overridden to an empty string (assuming it's not set in Player Settings), this is bad because in manual mode the team cannot be changed (it's read only) and only changes when the profile is selected.
I guess it would make sense to either override both fields or not set team id when appending or we could only set the team id if the string is not empty?
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
Add comment