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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Add comment