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
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
Add comment